When initially loading my website, I need to load a couple of images from my Google cloud storage that have been uploaded by users. To speed up my load time, I would like to get the images in lower resolution.
Is there a way to specify this with the URL, like an additional URL parameter?...
I'm using signed URLs that look like this:
baseURL + "?GoogleAccessId=" + GoogleAccessStorageId + "&Expires=" + Expiration + "&Signature=" + UrlEncodedSignature
as specified here: https://cloud.google.com/storage/docs/access-control#Signed-URLs