@kleeblattdevSubmitted about 2 years ago
Latest solutions
Latest comments
- @maxibrain4Posted about 2 years ago
use this example you should get it from there (insert your image url) <picture> <source media="max-width: 600px" srcset="/images/image-header-mobile.jpg" /> <source media="min-width: 600px" srcset="/images/image-header-desktop.jpg" /> <img src="/images/image-header-mobile.jpg" class="pix" alt="" />
</picture>
0