I have a problem with srcset in HTML img tag
<img class="attachment-large size-large" src="/userdata/public/assets/Kopia-jesien-3-1-e1648761286743-1024x694.jpg" sizes="(max-width: 1024px) 100vw, 1024px" srcset="/userdata/public/assets/Kopia-jesien-3-1-e1648761286743-1024x694.jpg 1024w, /userdata/public/assets/jesien-300.jpeg 300w, /userdata/public/assets/jesien-768.jpeg 768w, /userdata/public/assets/jesien-585.jpeg 585w" alt="" width="1024" height="694">
It does not work. URL image is correct.
When I change the page window width, another image is not loading, but it is still the same (1024x694) and it becomes very ugly.