Closed kknights closed 11 years ago
Problem solved. Posting the solution.
Step 1: remove ?rel=0 from the url. Step 2: amend the javascript so that YouTube custom parameters are included:
.anythingSliderVideo({
youtubeParams: {
rel: 0
}
});
Ta-da!
Whew, I'm glad you figured that out ;)
Believe me, me too! =)
Hi again!
Within my slider, I have a number of YouTube videos. To each URL, I have ?rel=0 appended to the URL as my client doesn't want other videos than his showing at the end. This works properly when embedded into a plain HTML page, however when placed within the slider it doesn't and the related videos appear.
I've gone through the documentation and searched this forum (as well as others) for a solution, but it doesn't sound like anyone's needed to have this done before as no one is asking for help.
http://jsfiddle.net/kknights/gewWn/12/