image-style.html 636 B

123456789101112131415
  1. <div id="snippet-image-style">
  2. <p>This is full width image (default style):</p>
  3. <figure class="image">
  4. <img src="%BASE_PATH%/assets/img/fields.jpg" alt="Autumn fields">
  5. </figure>
  6. <p>This is side image:</p>
  7. <figure class="image image-style-side">
  8. <img src="%BASE_PATH%/assets/img/fields.jpg" alt="Autumn fields">
  9. </figure>
  10. <p>Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here. Lots of text here.</p>
  11. </div>