Learning Commons:Student Orientation/Making images mobile friendly (responsive)
IMPORTANT: The content of this page is outdated. If you have checked or updated this page and found the content to be suitable, please remove this notice. |
If you want any images, movies or iframes to be responsive, just add the HTML code below in the text (HTML) mode:
<div class="responsive-media"></div>
For example:
<div class="responsive-media"><iframe src="http://..." width="800" height="450" frameborder="0"></iframe></div>