Forum

Thread tagged as: Question, Problem, Discussion

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> 
Tammy Parkhurst

Tammy Parkhurst 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

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.