Hello,
I'm using the html tag <img srcset = "imagem.jpg, 400w, imagem1.jpg, 300w" sizes="(max-width: 300px) 300px,(max-width: 959px) 400px">
In browsers Edge and Mozilla, works perfectly, the image is selected according to the screen size of the browsed. But in chrome (version 69) and safari does not work. Has anyone ever gone through this, or does that use the html tag for responsive images can help?