specious / cloud9carousel

:cyclone: 3D-perspective carousel for jQuery / Zepto
http://j.mp/cloud9demo
233 stars 88 forks source link

Scaling carousel on page resize #30

Closed BenDeGiglio closed 2 years ago

BenDeGiglio commented 6 years ago

Is there a way to re-trigger the function that sizes and scales the images? As it is right now, they way I have it set up with percentage based sizing, if you resize the window the carousel looks wonky and only looks right again if you refresh the page.

I attempted to write a resize function that re-instantiates the carousel upon window resize but the issue with that is It resets the carousel to the first image which is undesirable.

specious commented 6 years ago

See if the temporary solution posted in #28 works for you.