Reinhard

Results 2 comments of Reinhard

I think I figured out what the issue is, it is calculating the width of the content before starting incorrectly. If you set the inner wrapper of your marquee to...

@ndimatteo do you have the init wrapped in a document ready? ``` $(document).ready(function () { Marquee3k.init(); }); ``` You can also try wrapping it in a timeout, just to try...