Skip to content

Instantly share code, notes, and snippets.

@matason
Created November 11, 2015 14:26
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 matason/2deef16d50a8e36a83eb to your computer and use it in GitHub Desktop.
Save matason/2deef16d50a8e36a83eb to your computer and use it in GitHub Desktop.
Captioned and un-captioned image markup
<!-- Captioned image -->
<figure class="image pull-right"><img alt="Hello" height="75" src="img/test-image.png" width="100" />
<figcaption>Caption</figcaption>
</figure>
<!-- Un-captioned image -->
<img alt="Hello" class="pull-right" height="75" src="img/test-image.png" width="100" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment