Hi,
Does anyone know if it’s possible to put a URL to an image in metafield (type: URL), and have the image display?
Instead of uploading the image to Shopify, I want to use a CDN and just pull the image from there.
For instance, I created: custom.image_10
This is the URL: https://res.cloudinary.com/uni-t/image/upload/v1709933090/Shipped_in_the_USA.jpg
I created 10 different image placeholders, not all products will have 10 images. I may have more or less for a given product.
The idea behind this is to replace the Shopify product image display with a slider/modal lightbox based on hosted images.
The logic would be to cycle through the list and put small-sized (via CSS) images in the slider, then have them be clickable to be activated and pop up into a lightbox view.
Ultimately, I would like to have images in one slider and videos (hosted on YouTube) in another, below the images. I would assume the mechanism would be the same.
TIA for reading