Hey this is probably a very dumb question, but I am trying to embed a video into the html of my theme so it shows right above the forums and below the menu.
Currently, if I change the embed size I can only make it look good for either mobile or desktop. How would I change this script to change the embed size depending on device? My current html is:
Question
D347HxD
Hey this is probably a very dumb question, but I am trying to embed a video into the html of my theme so it shows right above the forums and below the menu.
Currently, if I change the embed size I can only make it look good for either mobile or desktop. How would I change this script to change the embed size depending on device? My current html is:
<div style="text-align:center">
<iframe width="350" height="385" src="src="videolinkhere" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
Link to comment
Share on other sites
10 answers to this question
Recommended Posts