Hi – Please see the slider at the very to of http://thecaloriemythbook.com. You’ll note that the 5th element that animates in on the slide is a youtube video. How can we make that video do everything exactly as it is now except…have it use the default youtube play button as the current one shown is not visible. Please see this image for more info: http://TheCalorieMythBook.com/wp-content/uploads/2013/07/VIDEOslider.png
Hi,
On the youtube settings, you can upload a custom thumbnail. Please upload a thumbnail with the play button.
This is the current youtube thumbnails: http://img.youtube.com/vi/U36XJaETbh8/maxresdefault.jpg
Regards,
Ismael
Hi Ismael – We’ve done this at http://thecaloriemythbook.com. However, now you’ll note that the transparent play button shown on by the slider makes the image of a play button we added look odd. Is there any way to remove the sliders transparent play button on the video? Thanks
Hi,
You can add this on your custom.css or Quick CSS
.ls-playvideo {
display: none;
}
Regards,
Ismael
Perfect! Thanks