Deutsch  English  

External Thumbnails II

Explanation

You can display external thumbnails without creating an extra div for the thumbnails using this settings:

  • Width image: 350
  • Height image: 260
  • Width gallery: 347
  • Height gallery: 260
  • [x] Lightbox
  • [x] Arrows
  • [x] Thumbs
  • Opacity Thumbnails: 0.7
  • External thumbs div ID: externalthumbs
  • Advanced configuration:thumbHeight:55,thumbWidth:73,

CSS

CSS
.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:left;
  width:200px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:205px;
}
 
.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
}