Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.69 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Galleria - hide thumbnail carousel div
  2. $('#galleria').galleria({
  3.     thumbnails: "false"
  4. });
  5.        
  6. thumbnails
  7.  
  8.     type: Boolean or String
  9.     default: true
  10.        
  11. $('#slideshow_1749').galleria({
  12.     data_source: mmod_slideshow_data,
  13.     dummy: '/images/default.jpg',
  14.     showCounter: false,
  15.     width: 300, /* scale accordingly */
  16.     height: 300, /* scale accordingly */
  17.     autoplay: 3000,
  18.     carousel: false,
  19.     thumbnails: false,
  20.     showImagenav: false,
  21.     carousel: false,
  22.     thumbFit: false,
  23.     thumbMargin: 0,
  24.     imageCrop: "height"
  25. });
  26.        
  27. .galleria-stage { /* modify line 17 of your galleria.classic.css stylesheet */
  28.     bottom:10px; /* define the bottom spacing, same as top/left/right */
  29. }