Good afternoon, I have the following structure:
<picture>
<source media="(min-width:min-width:1440px)" srcset="img/main_banner_info-1440px+.png">
<source media="(min-width:min-width:660px)" srcset="img/main_banner_info-660px~1439px.png">
<img src="img/main_banner_info-320px~659px.png" alt="Informações: IdeaBag, central de ideias programadas">
</picture>
However, when running in the browser, only the <img>
element is displayed, regardless of the page size, I checked the urls and they are all correct, but they do not work, I tested the current versions of firefox and chrome. Why does this error occur, and how can I fix it?