- <div id="snippet-image-resize">
- <h2>Resize me!</h2>
- <figure class="image">
- <img src="%BASE_PATH%/assets/img/fields.jpg" alt="Autumn fields">
- <figcaption>Autumn fields by Aleksander Nowodziński</figcaption>
- </figure>
- <h2>Resized image (width: 75%):</h2>
- <figure class="image image_resized" style="width:75%;">
- <img src="%BASE_PATH%/assets/img/fields.jpg" alt="Autumn fields">
- </figure>
- </div>
|