Hey is there a way to get the alt text from the original image of an image from"URL of a resized version of the image". Is there a way to get the image ID from the origian image of the resized version?
Hello. Thank you for contacting the Toolset support.
I would like to know first for what image you want to get original image URL? Do you mean you have created a custom image field and you want to just return the URL? If would be great if you share share your custom field setting for your image field and tell me where exactly you would like to display image URL and alt text?
Hey I have a custom image field eg [types field='gallery-images' width='1500' height='1161' separator=',' url='true'][/types] and I need to take the alt text for the image but returns null as its not the original image. Is there a way to get the alt text from that? Can you please advise
Hey I have a custom field wpcf-gallery-images and I need the custom size url of the image which is this [types field='gallery-images' width='1500' height='1161' url='true'][/types] and I need to use it on <img src="[types field='gallery-images' width='1500' height='1161' url='true'][/types]" alt="I need the alt text from the image"/>. Please advise?