Below is my picture tag
<picture>
<source
media="(min-width: 1366px)"
srcset="/LP/SpecialOffers/EC012722---ScrubBigOPromo-TILESDesktop content tile_grid.jpg?$staticlink$"
>
<source
media="(min-width: 451px)"
srcset="/LP/SpecialOffers/EC012722---ScrubBigOPromo-TILESTablet content tile_grid.jpg?$staticlink$"
>
<source
media="(max-width: 450px)"
srcset="/LP/SpecialOffers/EC012722---ScrubBigOPromo-TILESMobile content tile_grid.jpg?$staticlink$"
>
<img
src="/LP/SpecialOffers/EC012722---ScrubBigOPromo-TILESDesktop content tile_grid.jpg?$staticlink$"
alt="GET YOUR LIP FIX"
>
</picture>
whatever the size of the window, the fallback img tag gets executed. Can somebody tell me what's the issue here