Jump to content

More than 5 images in Kurouto skin


jmartca

Recommended Posts

this is just some note for every body need same thing or if you have comment

 

those modif will allow you to add 10 images in the product detail without scarp your interface

 

 

 

in common.css line 462 - 465

#gallery {
width: 420px;
height: 280px;
}

 

and in content.product.php line 99 - 107

{foreach from=$GALLERY item=image key=i}
{if $i lte 4}
<a href="{$image.large}" id="image_{$image.id}" class="colorbox gallery" rel="gallery"><img src="{$image.gallery}" alt="{$LANG.catalogue.click_enlarge}" /></a>
{else} 
   </div><div id="gallery_select">
   <a href="{$image.large}" id="image_{$image.id}" class="colorbox gallery" rel="gallery"><img src="{$image.gallery}" alt="{$LANG.catalogue.click_enlarge}" /></a>
{/if}
{/foreach}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...