Learning Commons:Student Orientation/Making images mobile friendly (responsive)

From UBC Wiki

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>