MODx/Подключаемые сниппеты/MaxiGallery: различия между версиями

Содержимое удалено Содержимое добавлено
Строка 1120:
0
|-
|
'''&smoothgallery_carouselMaximizedOpacity '''
 
Opacity value for the carousel when it is maximized.
 
Where:
 
0 = is transparent (not visible) and
1.0 = is totally opaque
|
Number
|
0.7
|-
|
'''&smoothgallery_carouselMinimizedHeight '''
 
Height in pixels of the minimized carousel.
|Number (px)
|
20
|-
|
'''&smoothgallery_carouselMinimizedOpacity '''
 
Opacity value for the carousel when it is minimized.
 
Where:
 
0 = is transparent (not visible) and
1.0 = is totally opaque
|
Number
|
0.4
|-
|
'''&smoothgallery_delay '''
 
Delay in milliseconds for the timed slideshow picture change.
|
Number (ms)
|
9000
|-
|
'''&smoothgallery_embedLinks '''
 
Open picture by clicking on the slide.
 
NOTE: if you remove this parameter, also remove the link tags from galleryPictureTpl
|
*true
*false
|
true
|-
|
'''&smoothgallery_fadeDuration '''
 
Duration in milliseconds of the fade effect.
|
Number (ms)
|
500
|-
|
'''&smoothgallery_height '''
 
Height in pixels for the smoothgallery div. Overflow will be hidden, so this should be the height of biggest picture (eg. same as max_pic_size).
|
Number (px)
|
max_pic_size
|-
|
'''&smoothgallery_id '''
 
Individual id for the smoothgallery instance. This allows to have multiple smoothgalleries in one page.
|
Text
|
Gallery id
|-
|
'''&smoothgallery_preloader '''
 
Preload the pictures.
|
*true
*false
|
true
|-
|
'''&smoothgallery_showArrows '''
 
Show the next - back arrows in the slideshow.
|
*true
*false
|
true
|-
|
'''&smoothgallery_showCarousel '''
 
Show the thumbnails in carousel mode when using slideshow.
|
*true
*false
|
true
|-
|
'''&smoothgallery_showInfopane '''
 
Show the info pane (this is the picture title and description).
|
*true
*false
|
true
|-
|
'''&smoothgallery_slideInfoZoneOpacity '''
 
Opacity value in % for the info pane.
This determines the visibility of the infopane.
 
Where:
 
0 = is transparent (not visible) and
1.0 = is totally opaque
|
Number
|
0.7
|-
|
'''&smoothgallery_textShowCarousel '''
 
Text that is shown in the carousel.
|
text
|
'pictures' text from the the language file
|-
|
'''&smoothgallery_thumbHeight '''
 
Height of the thumnails, in pixels, in the SmoothGallery carousel.
|
Number (px)
|
75
|-
|
'''&smoothgallery_thumbSpacing '''
 
Space in pixels between thumbnails in the SmoothGallery carousel.
|
Number (px)
|
10
|-
|
'''&smoothgallery_thumbWidth '''
 
Width in pixels of the thumbnails in SmoothGallery carousel.
|
Number (px)
|
100
|-
|
'''&smoothgallery_timed '''
 
Change the image in a timed slideshow mode.
|
*true
*false
|
false
|-
|
'''&smoothgallery_width '''
 
Width in pixels, for the smoothgallery div. Overflow (of the picture) will be hidden, so this should be the maximum width of the biggest picture (eg. same as max_pic_size).
|
(px)
|
max_pic_size
|-
|
'''&thumb_mask_bgcolor '''