How can I add an appropriate media query for the mobile version? I'm unsure about my code for the different image application. Please give feedback on how I can improve.
<picture>
<source media="(max-width:768px )" srcset="images/image-product-desktop.jpg">
<source media="(min-width:375px )" srcset="images/image-product-mobile.jpg">
<img src="images/image-product-desktop.jpg" alt="Perfume">