Questions tagged as 'picture'

1
answer

Using the picture tag showing multiple pictures simultaneously

Hello, I'm having some problems with the tag picture, in this case we use the tag to show images responsively, adapting the image to each device, but if I want to show more than one image simultaneously, it is possible with this tag? Ex: <...
asked by 27.12.2017 / 15:00
1
answer

Using tag picture

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-660...
asked by 28.02.2018 / 21:26
1
answer

What is the best way to work with responsive images?

I am in doubt in my project how best to work with responsive images DIRECTLY in HTML, in html5 the tag has the srcset attribute that allows this change using the prefix "w" when selecting the screen, but in some searches that I realized that the...
asked by 20.02.2018 / 19:56