>>1363for a smoother dev experience with responsive images, use and
sizes attributes wisely to serve different image sources based on screen size and resolution
>common mistake: just using `width` in src instead of proper responsiveness.note the `sizes` calc and multiple units for flexibility
spoiler alert it takes some practice but pays off big time in performance ✨