Hi
We have a website where we are using k2. Here we have tagged the different products with tags.
Then we have made menues to those tags.
See page here: http://www.skinett.no/alpinski-slalomski-carvingski-freerideski-twintipski-randoneeski-parkski-frikj%C3%B8ringsski/slalom
Then we get a problem with the size of the images. (they are to small)
When i use firebug to inspect element i can see this code:
element.style {
height:auto;
width:136px;
}
But we are not able to see in witch css to edit it. Do we need to create a special css for this or can i edit somewhere?
This is the "html" code:
<section id="k2Container" class="genericView">
<section class="itemList">
<article class="itemView">
<div class="itemImageBlock">
<a class="itemImage" href="/alpinski-slalomski-carvingski-freerideski-twintipski-randoneeski-parkski-frikjøringsski/item/204-atomic-redster-sl" title="13/14 Atomic Redster RS D2 XT">
<img src="/media/k2/items/cache/a67e9d105d87a83c2081372f8c241cc4_Generic.jpg" alt="13/14 Atomic Redster RS D2 XT" style="width: 136px; height: auto;"/>
</a>
We want the image (css code to be 100&)
Hope someone can guide us in the right direction.