Latest solutions
Rest Countries API solution(Tailwind and React)
#react#tailwind-css#react-routerSubmitted over 1 year ago
Latest comments
- @kleeblattdevSubmitted over 2 years ago@maxibrain4Posted over 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