This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<picture> | |
<source srcset="images/img_webp/raspberry.webp" media="(min-width: 750px)" type="image/webp"> | |
<source srcset="images/img_original/raspberry.png" media="(min-width: 750px)"> | |
<source srcset="images/img_webp/raspberry_small.webp" type="image/webp"> | |
<img src="images/img_original/raspberry_small.png" alt="An illustration of some raspberries"> | |
</picture> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<picture> | |
<source srcset="images/img_webp/raspberry.webp" type="image/webp"> | |
<img src="images/img_original/raspberry.png" alt="An illustration of some raspberries"> | |
</picture> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<picture> | |
<source srcset="images/img_original/raspberry.png" media="(min-width: 750px)"> | |
<img src="images/img_original/raspberry_small.png" alt="An illustration of some raspberries"> | |
</picture> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="images/img_original/raspberry.png" alt="An illustration of some raspberries"> | |