jQuery.Marquee
jQuery.Marquee copied to clipboard
Automatically detect whether content needs to be duplicated/scrolled
Hi there,
Just working on a site which I have implemented jQuery.Marquee and on the whole, everything works perfectly however I came across the issue when my content is not wider than the container.
This results is the user seeing the duplicated content beside the original and the duplicate being moved and placed on the end/start to create the continuous effect.
Is it possible to detect within jQuery.Marquee whether the content is smaller than the container and to not implement the rest?
Thanks 😄
Have a look into the gap option. It might not be an ideal solution but I think it might help for certain scenarios.