imageScale
Version: Pro
imageScale
type: String
default: "fullSize"
Defines how the main image will be scalled inside it's container.
- "fullSize": all images will be scaled to fill the container, centered and cropped.
- "fitImage": all images will be scaled to be fitted with the container, centered and resized.
- "fitWidth": all images width will be scaled to be fitted with the container's width.
- "fitHeight": all images height will be scaled to be fitted with the container's height.
- "none": no image scale option applied.
Example:
var myEvoSlider = $("#mySlider").evoSlider({
imageScale: "fitImage"
});