🚂 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).
Simple fix; replaces resize event listener with a ResizeObserver object on the direct parent of the carousel. Even carousels without any 'real' parent element (only within ) will resize with the resizing.
Closes #20.
Simple fix; replaces
resize
event listener with aResizeObserver
object on the direct parent of the carousel. Even carousels without any 'real' parent element (only within ) will resize with the resizing.