Try to specify the sizes attribute, e.g.
<img
srcset="assets/images/image-1280.jpg 1280w, assets/images/image-3840.jpg 3840w"
sizes="(max-width: 600px) 480px, 800px"
src="assets/images/image-3840.jpg"
width="100%"
alt="Cyber Prototype">
Reference: https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images