Read the statement by Michael Teeuw here.
mmm-youtube
-
Hello,
I would like to put my larger youtube window and in the center of the screen as I manage to do with mmm-screencast.
unfortunately I already can’t enlarge the window and even less put it in the center when I put the same position as mmm-screencast
Thanks for your help
module: ‘MMM-Screencast’,
position: ‘center’, // This position is for a hiddenand not the screencast window
config: {
position: ‘center’,
height: 600,
width: 1000,module: “MMM-YouTube”,
position: “middle_center”,
config: {
verbose:true,
defaultQuality: “large”, //default -
@ludacriss57
how about trying “fullscreen_above”? -
Why you change the module?
-
you need to play with custom. css like
.MMM-YouTube {
float: center or
margin-left: X% or
margin-right: X%a lot of configurations. Search with google
-
@Sean said in mmm-youtube:
fullscreen_above
merci
resolu en jouant avec le .css
#YOUTUBE {
width:600px; //400
height:1000px; //270
position:relative
z-index: 1;
}#YOUTUBE_PLAYER {
position:absolute;
top:0;
left:0;
width:100%;
height:120%; //100
z-index: 1;
}