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;
}
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login