CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Slider won't move past (non-playing) video #601

Closed msuwebmanager closed 10 years ago

msuwebmanager commented 10 years ago

I've tried both the list and div approaches but can't get the slider to move past a YouTube video. That is, it's not a video issue -- the thumbnail shows up -- the slider just stalls on it.

Mottie commented 10 years ago

Hi @msuwebmanager!

Can you please share the HTML and javascript you are using. Also, check the console (press F12, go to the console tab) for any javascript errors, and please share that information as well.

msuwebmanager commented 10 years ago

Nevermind. Sorry, I figured it out. I had just copied and pasted the video extension after the main slider script and just noticed I was loading everything twice. Fixed it. Thanks for the reply.