I am trying tow switch between different versions of same image with srcset
, but in Chrome is not working. In Firefox is ok. Ater clearing the cache the result is the same
img {
max-width: 100%;
}
<div style="max-width: 1170px; margin: 0 auto;">
<img src="https://i.imgur.com/FOkWyOu.jpg"
srcset="https://i.imgur.com/FOkWyOu.jpg 400w,
https://i.imgur.com/OXha4kY.jpg 767w">
</div>