vimeo


Version: Pro

vimeo

type: Object

default: { title: 1, byline: 1, portrait: 1, autoplay: 0 }

You can customize the Vimeo player using the Vimeo player options.

You can see the list of all available parameters here: http://vimeo.com/api/docs/player#universal-params

Example:

var myEvoSlider = $("#mySlider").evoSlider({
    vimeo: {
        title: 1,
        byline: 1,
        portrait: 1,
        autoplay: 0
    }
});