Video play section on homepage

Support desk for Multipurpose Quark Theme
GK User
Wed May 13, 2015 6:00 pm
Is there a way to make a change for the play button to play the youtube video instead of loading the youtube video and then having to click play the second time to play youtube video?
User avatar
Junior Boarder

GK User
Wed May 13, 2015 8:51 pm
Hi,
I think you can use YouTube or Vimeo module instead our module. I think it will be the easy solution for all. Only one button play.
User avatar
Platinum Boarder

GK User
Fri May 15, 2015 8:23 pm
I decided to just embed the iframe using custom module and put some css around the iframe


<div style="position: relative;
width: 100%;
height: 0;
padding-bottom: 51%;">

<iframe width="100%" style="position: absolute;
width: 100%;
height: 100%;
left: 0; top: 0;" src="https://www.youtube.com/embed/VxtmQfOV75I" frameborder="0" allowfullscreen></iframe>
</div>
User avatar
Junior Boarder

GK User
Fri May 15, 2015 10:23 pm
ok, if this works for you, why not.
User avatar
Platinum Boarder


cron