Invalid Transformation

Hi there,

Say, I have posted an image in Imagekit. So, I have the link of the image (Name:Link-1).

I have another link of my blog (Name: Link+2)

Now, I want a final generated url or image or code, which will show the image of Link+2. But, contains a redirectable link of Link-2.

When people will click on the image, that click will redirect them to external Link-2.

Is it possible? If yes, someone please help me to prepare the final/generated link here.
So that, I can post the same and can get people to my desired external link. I generally post in facebook.

Thanks in advance.
Akbar.

If I understand the question correctly, you want to link the image to a page. This can be done using HTML. You can use the Imagekit link for an image in the img tag, and use the page link in the a tag in the HTML and nest the img inside the a to get the desired result.

This page explains the same - https://www.computerhope.com/issues/ch000059.htm