Hello Reader,
I have an image field in the repeater item and which is connected to the database field of type image. I would like to zoom the image when the user clicks the image inside repeater. Can somebody please suggest solution for this?
Hello Reader,
I have an image field in the repeater item and which is connected to the database field of type image. I would like to zoom the image when the user clicks the image inside repeater. Can somebody please suggest solution for this?
Hello
What you can do is set the clickAction of the image to expand; this way when it is clicked it opens on a popup window:
$w('#image1').clickAction = "expand"
check this to know more about click actions.
Best
Massa
Dear Massa,
Thank you for the above solution!!
But, my site will have mostly text related images. So it will be better if I have any solution which will have zoom in and out feature if the user clicks. Like below image may be,
Hi Preethi,
We Don’t have builtin feature for this.
Please post a feature request here .
Roi.
Roi, Thanks!! I posted a feature request!!