@rshivaSubmitted over 1 year ago
I'm not sure why the source image is not working on screen size above 600px
I'm not sure why the source image is not working on screen size above 600px
Hi @rshiva
First of all, well done with your solution
With regards to your code not working on 600px Your CSS code reads as follows: @media (min-width: 600px) Change it to: @media screen and (min-width: 600px) and it will work perfectly
Take care and happy coding
Give me your Feedback
@Abanoub-Ashraf1 You did an amazing job here, looking through your code I saw a few things that were pointed out to me as well
Hope this helps :-)