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