paytonshaltis / freighter

🚂 Freighter is a highly-customizable HTML carousel library featuring a number of dynamic properties affecting carousel items and transitions. Most prominently, it gives complete control over the resizing method (for responsive layouts) as well as the wrapping method (for content display).
https://paytonshaltis.github.io/freighter
MIT License
1 stars 0 forks source link

Make none and no-wrap the default values for resize and wrap. #90

Closed paytonshaltis closed 1 year ago

paytonshaltis commented 1 year ago

Rather than requiring the user to specify which wrap or resizing method they want in the case that they want the none option for either, this should be made the default. This would prevent some more common errors.

Should also review the documentation and change anything that mentions the requirement of one of these properties for creating carousels.