Layout
fluidPlayer(
'my-video',
{
layoutControls: {
primaryColor: false,
playButtonShowing: true,
playPauseAnimation: true,
fillToContainer: false,
autoPlay: false,
preload: false,
mute: false,
doubleclickFullscreen: true,
subtitlesEnabled: false,
keyboardControl: true,
layout: 'default',
allowDownload: false,
playbackRateEnabled: false,
allowTheatre: true,
title: false,
loop: false,
roundedCorners: 0,
logo: {
imageUrl: null,
position: 'top left',
clickUrl: null,
opacity: 1
},
controlBar: {
autoHide: true,
autoHideTimeout: 3,
animated: true,
playbackRates: ['x2', 'x1.5', 'x1', 'x0.5']
},
timelinePreview: {},
htmlOnPauseBlock: {
html: null,
height: null,
width: null
},
playerInitCallback: (function() {}),
miniPlayer: {
enabled: true,
width: 400,
height: 225
},
autoRotateFullScreen: false,
}
}
);primaryColor


posterImage
posterImageSize
playButtonShowing
playPauseAnimation

fillToContainer
roundedCorners
autoPlay
preload
mute
doubleclickFullscreen
subtitlesEnabled
keyboardControl
title
loop
logo

controlBar
timelinePreview
htmlOnPauseBlock

layout
allowDownload
playbackRateEnabled
allowTheatre
theatreAdvanced
theatreSettings
playerInitCallback
persistentSettings
captions
controlForwardBackward
contextMenu
Estilo de ícones personalizados
miniPlayer
Paisagem automática para dispositivos móveis (somente iOS)
Isto foi útil?