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