0
What can i add to a code like this ?
I went through a related topic under the HTML Course. The Topic was about embeding YouTube videos. <iframe width="320" height="240" src="https://www.youtube.com/embed/Q6_5InVJZ88"></iframe> What can I add to a code like this that it adjust always to the viewer screen and fits the vidoes at the center?
1 Respuesta
+ 1
Do not fixed but relative width and height, set margin to auto. Style with CSS.