dailymotion


Version: Pro

dailymotion

type: Object

default: { autoplay: 0, logo: 0, foreground: "%23F7FFFD", background: "%23FFC300", highlight: "%23171D1B", info: 1 }

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

You can see the list of all available parameters here: http://www.dailymotion.com/doc/api/player.html#parameters

Example:

var myEvoSlider = $("#mySlider").evoSlider({
    dailymotion: {
        autoplay: 0,
        logo: 0,
        foreground: "%23F7FFFD",
        background: "%23FFC300",
        highlight: "%23171D1B",
        info: 1
    }
});