Hi everybody,
I want to change the size of the images shown in category view. I uploaded them with 200px x 200px, but they show up with width and height set to 100px.
Output in code looks like this:
<img class="flyerimage" onclick="window.open('http://myside.com/images/jem/categories/mycategoryicon_200.jpg','Popup','width=100,height=100,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no')" src="http://myside.com/images/jem/categories/small/mycategoryicon_200.jpg" width="100" height="100" alt="My Event" title="Klicken um zu vergrößern">
Any suggestions where I can change the size of the pics? Thank you for your help.