autoplay: If true, this will start playing the slideshow with 5 seconds interval (default). Enter true or a value in milliseconds, like 2000 (equivalent to 2 seconds).
carousel: toggle the creation of carousel
carouselSteps: defines how many steps carousel will take on each navigation click.
carouselFollow: This option defines if the the carousel should follow the active image.
carouselSpeed: This option controls the slide speed of the carousel in milliseconds.
dailymotion: adds player options for Dailymotion video player
debug: the slideshow script displays error messages when something went wrong. For deployment you can leave debug to off (false) to generate more generic error messages.
dummy: add a link to a default image, in case that the slideshow fails to find one.
height: sets a container height.
idleMode: options for turning on and off idle mode. Slideshows turn into idle mode after a certain amount of time. New in revision 2 : ‘hover’, this will make idleMode happen as soon as the user moves the mouse outside the gallery container, and then activate it again when the mouse enters the gallery.
idleTime: defines how long delay before the slideshow goes into idle mode.
idleSpeed: defines the animations speed when entering/exiting idle mode.
imageCrop: Defines how image will be cropped inside the container.
true means that all images will be scaled to fill the stage, centered and cropped
false will scale down so the entire image fits.
‘height’ will scale the image to fill the height of the stage.
‘width’ will scale the image to fill the width of the stage.
‘landscape’ will fill up images that has landscape proportions, but scale portrait images to fit inside the container.
‘portrait’ is like ‘landscape’ but the other way around.
imageMargin: Since images are scaled to fit the stage container, there might be occasions when you need to apply a margin between the image and stage border. This is what this option is for.
imagePan: Photographos comes with a built-in panning effect. The effect is sometimes useful if you have cropped images and want to let the users pan across the stage to see the entire image.
imagePanSmoothness; defines how smooth (and CPU consuming) the panning should be.
imagePosition: Positions the image inside the container. Works like the CSS background image position property. Example 'top right' or '20% 100%. Use keywords, percents or pixels. Read more about background position at http://www.w3schools.com/cssref/pr_background-position.asp
imageTimeout: sets a time out for fetching images.
initialTransition: Defines a different transition to show on the first image.
lightbox: this option add a lightbox on click to the image
lightboxFadeSpeed: adjusts the fade effect of the lightbox
lightboxTransitionSpeed: adjusts the transition speed of the lightbox
maxScaleRatio: Sets the maximum scale ratio for images.
pauseOnInteraction: During playback, Photographos will stop the playback if the user presses thumbnails or any other navigational links.
preload: Defines how many images Photographos should preload in advance.
queue: defines if the Photographos should queue the slideshow.
responsive: sets the slideshow in responsive mode, resizing the entire container related to Photographos CSS settings.
show: This defines what image index to show at first.
showInfo: Toggles the caption for images
showCounter: Toggles the counter.
showImagenav: Toggles the image navigation arrows.
swipe: Enables the swipe gestures for navigation in mobile devices.
transition: The transition that is used when displaying the images. Five transitions are available:
'fade' crossfade betweens images
'flash' fades into background colour between images
'pulse' quickly removes the image into background colour, then fades the next image 'slide' slides the images depending on image position
'fadeslide' fade between images and slide slightly at the same time
transitionSpeed: The milliseconds used in the animation when applying the transition. The higher number, the slower transition.
thumbCrop: Same as image crop but for thumbnails.
thumbFit: If this is set to ‘true’, all thumbnail containers will be minified to fit the actual thumbnail size.
thumbQuality: Defines if and how IE should use bicubic rendering for thumbnails.
thumbMargin: Same as imageMargin for thumbnails.
thumbnails: Sets the creation of thumbnails.
vimeo: adds player options for Vimeo video player
wait: sets how long should the slideshow wait when trying to extract measurements, before trowing an error. Set this to true for infinity.
width: manually sets a width to the slideshow container.
youtube: adds player options for Youtube video player
Comments
0 comments
Article is closed for comments.