thumbnails sizing
-
I am trying to figure out how to control the horizontal cropped size of the Events page event images. For many years my images were a 450pixel x 100pixel crop of the event graphic. Then one day it mysteriously became 100×100. I cannot find a selector to control this. It looks like “settings>formatting>events>Default event list format” would control it:
<tr>
<td>
#_EVENTIMAGE{600,100}
<div class=”eventname”>
#_EVENTLINK
</div><div class=event-dates>
#_{l, F j, Y} #@_{l, F j, Y}??
</div>
<div class=event-times>
#_EVENTTIMES
</div>
<div class=”location-name”>
<p>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</p>
</div>
</td>
</tr>But it does not. Thanks for any help.
- The topic ‘thumbnails sizing’ is closed to new replies.