Hello! I have tired to make my picture zoom or just make <a href=""
my code it's
I tired to make
But it's still don't find the href of the picture. How can I make, when I click on the picture it's been the normal size?
my code it's
- Code: Select all
<img class="thumb"src="<cms:editable
name="first_gall"
label="Image"
desc="Upload your gallery pic here."
show_preview="1"
preview_width="100"
preview_height="100"
type="image" />" />
I tired to make
- Code: Select all
<a href="<img class="thumb"src="<cms:editable
name="first_gall"
label="Image"
desc="Upload your gallery pic here."
show_preview="1"
preview_width="100"
preview_height="100"
type="image" />" />"
But it's still don't find the href of the picture. How can I make, when I click on the picture it's been the normal size?