You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your amazing work, I got to admit that Siema is the neatest carousel I've used so far.
However, I found a small but annoying issue that Siema will rebuild itself without calling the onInit function once you resizing the screen. As a result, all the extra features you code in onInit function will be lost once the screen resized.
Hi @pawelgrzybek ,
Thanks for your amazing work, I got to admit that Siema is the neatest carousel I've used so far.
However, I found a small but annoying issue that Siema will rebuild itself without calling the
onInit
function once you resizing the screen. As a result, all the extra features you code inonInit
function will be lost once the screen resized.My suggestion is to add
at the end of
resizeHandler
method so that it won't lose any functions.Please let me know how you think about this suggestion. I'd like to make a PR if you want.
The text was updated successfully, but these errors were encountered: