This image loads fine in the source. The problem is that you are obtaining higher resolution versions by removing size suffix from the URL.
If you take a look at the "srcset" of this <img>, you'll notice that "Dolph-Lundgren-920x584.jpg" is the original file name. Other sized get another suffix appended to them like this: Dolph-Lundgren-920x584-696x442.jpg
When changing the URL, make sure you don't break anything. But it's better to stick to what's in srcset.
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
This image loads fine in the source. The problem is that you are obtaining higher resolution versions by removing size suffix from the URL.
If you take a look at the "srcset" of this <img>, you'll notice that "Dolph-Lundgren-920x584.jpg" is the original file name. Other sized get another suffix appended to them like this: Dolph-Lundgren-920x584-696x442.jpg
When changing the URL, make sure you don't break anything. But it's better to stick to what's in srcset.