Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hello! I have tired to make my picture zoom or just make <a href=""

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?
I did fix it, i use <cms:show name /> its working now :).
2 posts Page 1 of 1