You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully set a video as the background to a div however now when the video starts (and loops) the image inside the div is set to display:none. I've forced display:inline-block but each time the video loops the logo disappears and then reappears. Any ideas?
The text was updated successfully, but these errors were encountered:
Hi. I had the same issue, it is because the script allow you to set an image to have something to show on your homepage during the video loading or if your video can't load at all. There is a solution. You have to open "jquery.youtubebackground.js" and to delete the following line or just to set it as a commentary if you want tu re-use it later: self.$node.find('img').fadeOut(400);
You're welcome.
I've successfully set a video as the background to a div however now when the video starts (and loops) the image inside the div is set to display:none. I've forced display:inline-block but each time the video loops the logo disappears and then reappears. Any ideas?
The text was updated successfully, but these errors were encountered: