Bugsounet Coding

    • Register
    • Login
    • Search
    This Forum is now reserved to registred users!

    Solved I need help to align EXT-Youtube to middle_center

    EXT-YouTube
    2
    3
    66
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      negrito Donators last edited by

      No matter what I do, I can’t get the EXT-Youtube module in the middle center. It only stays on the middle left side. This is giving me a hard time. Please help?😞

      	{
        		module: "EXT-YouTube",
        		position: "middle_center", // optional (can be deleted if using fullscreen)
        		config: {
          		fullscreen: false,
          		width: "30vw",
          		height: "17vw",
          		useSearch: true,
          		alwaysDisplayed: true,
          		displayHeader: false,
          		username: null,
          		token: null
        	}
      	},
      
      1 Reply Last reply Reply Quote 0
      • bugsounet
        bugsounet Main Coder last edited by

        Hi @negrito

        In custom.css file try to add this

        #EXT-YT_WINDOW {
          display: inline-block;
        }
        
        1 Reply Last reply Reply Quote 1
        • N
          negrito Donators last edited by negrito

          The offered setting works, this can be closed.

          Thank you.

          1 Reply Last reply Reply Quote 1
          • Topic has been marked as solved  bugsounet bugsounet 
          • First post
            Last post
          Powered by NodeBB | @bugsounet ©2022