Hello
In my site has a posts area and each post contains your image. The original image is 660px by 400px, saving this size on an image host so that it can take in the metag URL
to display on social networks with good quality until it works legal.
But on the site I create another image of size 330x168 to serve as thumb of the post and game on s3 and make your call. However, in s3 it returns me in a way that does not look legal for Google Analytics.
So my question is if I can get this 660x400 image that is on another host and load the img
tag with the url but putting it with the size 330x186.
Can this be slow or is there another workable solution? I think with this it would not be necessary to send to s3 an img with smaller size. It would just take the original and reduce its size.