Scroller doesn't work with <!DOCTYPE html>
Closed this issue · 2 comments
vrushank commented
I was trying to create a vertical content scroller with .
It doesn't work. Removing work perfectly. Can you let me know the reason behind this behaviour?
malihu commented
Hi,
All plugin demos and examples of the plugin are using the <!DOCTYPE html>
(you can see them all here: https://github.com/malihu/thumbnail-scroller/tree/master/examples), so I'm not sure why you have such issue in your implementation(?) Do you get any console erros?
vrushank commented
Thanks for quick response. Never mind, I had two parent divs for menu. Removing one resolved my issue.
Thanks a lot for great plugin.