Last updated: 11/12/2015
When using an image at the top of a page, recrop/resize the image to 600px x 250px. After inserting the image, right-click the image and select 'Edit Media Attributes' and in the 'class' field add:
img-main
By default images are aligned to the left. To align the images to the right, insert the image to the left of the first word in the paragraph, then right-click the image and select 'Edit Media Attributes' and in the 'class' field add:
align-right
- for standard-width images (283 pixels wide) and for images wider than 283 pixelsalign-right-no-width
- for images narrower than 283 pixels wideTo add a caption beneath an image, use <p class="caption">
.
For an image in the main body of the web page, first insert the image then open the HTML view and add the following code around the lengthy-looking <span>
code:
<div class="img-with-caption align-right">
[IMAGE CODE STARTS WITH <span id="media-... ENDS WITH </span>]
<p class="caption">Caption in here</p>
</div>
For an image in a right hand column, first insert the image then open the HTML view and add the following code around the lengthy-looking <span>
code:
<div class="img-with-caption">
[IMAGE CODE STARTS WITH <span id="media-... ENDS WITH </span>]
<p class="caption">Caption in here</p>
</div>
When using an image within a module, recrop/resize the image to one of the following sizes:
The sports facilities at Bristol are extensive, and you can play pretty much any sport you can think of. There are loads of things to try.
Oliver, Second year, MSci Chemistry
When using a circular image within a module, recrop/resize the image to 142px x 142px.
Insert the image to the left of the first word in the paragraph, then right-click the image and select 'Edit Media Attributes' and in the 'class' field add:
img-circle img-circle-right