Skip to content

Instantly share code, notes, and snippets.

@willprice76
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willprice76/008af14201a01b13fc9f to your computer and use it in GitHub Desktop.
Save willprice76/008af14201a01b13fc9f to your computer and use it in GitHub Desktop.
<h2>Full width image with aspect ratio of 3.3</h2>
<img width="100%" src="/cid/scale/1024x311/source/site/media/abc_tcm8-759.JPG">
<h2>Half width image with default aspect ratio (1.62)</h2>
<img width="50%" src="/cid/scale/512x316/source/site/media/abc_tcm8-759.JPG">
<h2>Fixed width image (150 px) with aspect ratio of 1</h2>
<img width="150px" src="/cid/scale/150x150/source/site/media/abc_tcm8-759.JPG">
<h2>Full width image with custom css class</h2>
<img width="100%" class="my-css-class" src="/cid/scale/1024x632/source/site/media/abc_tcm8-759.JPG">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment