How to make responsive video embedding set in row with another div and both share same height?Make a div fill the height of the remaining screen spaceHow to make div not larger than its contents?How to make a div 100% height of the browser window?How to overlay one div over another divHow do I keep two side-by-side divs the same height?Make two divs share the same scrollbar?How to make flexbox children 100% height of their parent?How can I make Bootstrap columns all the same height?Fill remaining vertical space with CSS using display:flexPossible to make video responsive while having a max-width and max-height?

Computing the differentials in the Adams spectral sequence

Short story written from alien perspective with this line: "It's too bright to look at, so they don't"

Hygienic footwear for prehensile feet?

What is the Process for Re-certifying Flight Hardware?

You've spoiled/damaged the card

Comma Code - Ch. 4 Automate the Boring Stuff

PhD student with mental health issues and bad performance

What does it mean by "d-ism of Leibniz" and "dotage of Newton" in simple English?

Is there a practical difference between different types of Berachos?

Explain Ant-Man's "not it" scene from Avengers: Endgame

Why is Colorado so different politically from nearby states?

What people are called boars ("кабан") and why?

Strange math syntax in old basic listing

Do I add my ability modifier to the damage of the bonus-action attack granted by the Crossbow Expert feat?

How to decline physical affection from a child whose parents are pressuring them?

Concise way to draw this pyramid

Is there a rule that prohibits us from using 2 possessives in a row?

Did Darth Vader wear the same suit for 20+ years?

Working in the USA for living expenses only; allowed on VWP?

What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?

Did thousands of women die every year due to illegal abortions before Roe v. Wade?

How to detach yourself from a character you're going to kill?

Chopin: marche funèbre bar 15 impossible place

Is there any Biblical Basis for 400 years of silence between Old and New Testament?



How to make responsive video embedding set in row with another div and both share same height?


Make a div fill the height of the remaining screen spaceHow to make div not larger than its contents?How to make a div 100% height of the browser window?How to overlay one div over another divHow do I keep two side-by-side divs the same height?Make two divs share the same scrollbar?How to make flexbox children 100% height of their parent?How can I make Bootstrap columns all the same height?Fill remaining vertical space with CSS using display:flexPossible to make video responsive while having a max-width and max-height?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I am trying to align a tow divisions in the same row and force both of them to share the same height.



video responsive embidding and material card division



On the left is a material card div and the on the right there is a responsive video embedding.



in order to make the video embedding responsive I've used the following style to it:



.embed-container 
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;


.embed-container iframe,
.embed-container object,
.embed-container embed
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;



Which makes video div hidden when including it inside a flex box



I've tried to:



  1. Include them in a flex row

  2. Used table row/cell CSS

STACKBLITZ










share|improve this question






























    0















    I am trying to align a tow divisions in the same row and force both of them to share the same height.



    video responsive embidding and material card division



    On the left is a material card div and the on the right there is a responsive video embedding.



    in order to make the video embedding responsive I've used the following style to it:



    .embed-container 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;


    .embed-container iframe,
    .embed-container object,
    .embed-container embed
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;



    Which makes video div hidden when including it inside a flex box



    I've tried to:



    1. Include them in a flex row

    2. Used table row/cell CSS

    STACKBLITZ










    share|improve this question


























      0












      0








      0








      I am trying to align a tow divisions in the same row and force both of them to share the same height.



      video responsive embidding and material card division



      On the left is a material card div and the on the right there is a responsive video embedding.



      in order to make the video embedding responsive I've used the following style to it:



      .embed-container 
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;


      .embed-container iframe,
      .embed-container object,
      .embed-container embed
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;



      Which makes video div hidden when including it inside a flex box



      I've tried to:



      1. Include them in a flex row

      2. Used table row/cell CSS

      STACKBLITZ










      share|improve this question
















      I am trying to align a tow divisions in the same row and force both of them to share the same height.



      video responsive embidding and material card division



      On the left is a material card div and the on the right there is a responsive video embedding.



      in order to make the video embedding responsive I've used the following style to it:



      .embed-container 
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;


      .embed-container iframe,
      .embed-container object,
      .embed-container embed
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;



      Which makes video div hidden when including it inside a flex box



      I've tried to:



      1. Include them in a flex row

      2. Used table row/cell CSS

      STACKBLITZ







      css css3 responsive-design flexbox






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 24 at 13:14







      Suhayb

















      asked Mar 24 at 12:35









      SuhaybSuhayb

      1,55011120




      1,55011120






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Use Angular Material Sidenav component




          The sidenav components are designed to add side content to a
          fullscreen app. To set up a sidenav we use three components:
          which acts as a structural container for our
          content and sidenav, which represents the main
          content, and which represents the added side content.




          STACKBLITZ






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55323848%2fhow-to-make-responsive-video-embedding-set-in-row-with-another-div-and-both-shar%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Use Angular Material Sidenav component




            The sidenav components are designed to add side content to a
            fullscreen app. To set up a sidenav we use three components:
            which acts as a structural container for our
            content and sidenav, which represents the main
            content, and which represents the added side content.




            STACKBLITZ






            share|improve this answer



























              0














              Use Angular Material Sidenav component




              The sidenav components are designed to add side content to a
              fullscreen app. To set up a sidenav we use three components:
              which acts as a structural container for our
              content and sidenav, which represents the main
              content, and which represents the added side content.




              STACKBLITZ






              share|improve this answer

























                0












                0








                0







                Use Angular Material Sidenav component




                The sidenav components are designed to add side content to a
                fullscreen app. To set up a sidenav we use three components:
                which acts as a structural container for our
                content and sidenav, which represents the main
                content, and which represents the added side content.




                STACKBLITZ






                share|improve this answer













                Use Angular Material Sidenav component




                The sidenav components are designed to add side content to a
                fullscreen app. To set up a sidenav we use three components:
                which acts as a structural container for our
                content and sidenav, which represents the main
                content, and which represents the added side content.




                STACKBLITZ







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 24 at 15:13









                SuhaybSuhayb

                1,55011120




                1,55011120





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55323848%2fhow-to-make-responsive-video-embedding-set-in-row-with-another-div-and-both-shar%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript