Hi every body.I am new to wix and i am using it for my amazon associate program. Now the problem is that when i want to and an image from amazon and paste the html code code in wix editor so it can not display the image and it says in the https only kindly tell me what can i do to fix this problem
Hi Adnan ,
If you are trying to get the image into iFrame, the link should be https.
What you can also do is to add any image to the page, then set the image src to the image address you have. Ex:
$w("#image").src = 'Paste here the link you have';
Hope this helps!
Best,
Mustafa