Forum
Firefox to Chrome Issue
The code I have works perfectly for Firefox to open the thumbnail. The images are not responsive for Chrome though. It opens like old school picture links (in the top left corner with white space around the rest--I can't think of the name). I need to also adjust the code to where there is a margin when it uploads underneath the top line of pictures.
<li style="list-style-type:none; float:left; margin-right:20px">
<a href="<perch:content id="image" type="image" label="Image" width="800" height="600" />">
<img src="<perch:content id="image" type="image" label="Image" width="226" height="150" crop="true" />"
alt="<perch:content id="title" label="title" type="text" required="true" />" />
</a>
</li>
That sounds more like a front-end coding issue than anything necessarily to do with Perch. Have you validated your page? That's often a good way to spot errors.