Created
December 8, 2022 01:54
-
-
Save goodreds/d6790907e3c1b22e4f54040771d64a4c to your computer and use it in GitHub Desktop.
This is the default image source set to use whenever there is call for an image
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 media=("max-width: 600px") srcset="/images/service-mobile.webp"> | |
<source media=("min-width: 601px") srcset="/images/service.webp"> | |
<img aria-hidden="true" loading="lazy" decoding="async" src="/images/service.webp" alt="appliance" width="275" height="132"> | |
</picture> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment