the hero image on this new website is not appearing as retina on mobile devices, it damages the appearance and feel on iPhone and other retina mobile devices. It might be caused by the scroll animation? Not sure, all other images on site are perfectly retina.
hi @Martin_Halik I have checked site on my iPhone in (Chrome - Safari - Brave - Firefox) and all works as expected only thing I had to do on Firefox and Safari was to manually unblock content blocker
Or do you mean that when you zoom in the site to see detail the image is not sharp? If this is a reason you can turn of responsiveness of image BUT it will serve large image on mobile that has 1.26mb. I don’t thing that will be good for site performance. Is there specific reason to do that as IMHO image Hero looks good on mobile
There can be two ways I can thing about. In both cases you will need to upload a new cropped image for mobile.
If hero image is set as background URL can be changed on mediaQuery
if image is inside div you can change image source with JS as you will have image URL
BONUS: Set cropped image as background and hide original large image on mobile
EDIT:
IMHO 5k+ image is overkill, BUT it is all about visitors. What do I mean? I see that your hero is full width, so if 70% visitors of this page (potential clients) will have 4k+ monitors than large image make sense but I will crop it to 4k anyway as each kb counts. If the majority of visitors will have standard 27"+ monitor 2k+ there is no reason to have 5k+ image.