Questions tagged as 'height'

2
answers

Change div height according to screen size and adapt when adjusting

Hello, I'm trying to adjust the height of my divs as the div that has the largest text, when the page loads, works normal, but when I change the screen dimensions, it does not work. HTML <div class="info"> <p cla...
asked by 19.06.2016 / 02:49
2
answers

How to put responsive divs regardless of height size?

I have a Bootstrap project with 4 divs in each row, side by side behaving responsively. Each of the divs has a certain content. The width of the images will be fixed but the height will not. If one of the images has a height , the rest of...
asked by 17.09.2015 / 16:13
1
answer

Change image size and box with%, not working

I have a layout, where I have a div with an image, and a class with a box above that image, the same size of that image, and I apply a transition on top of this box to reveal it when I position the mouse over it, and a link...
asked by 13.02.2015 / 19:17
2
answers

Iframe does not fit vertically with height 100%

According to the following code, the <iframe> does not adjust vertically even if setting the height attribute to 100%. <div class="container"> <div class="panel panel-default"> <div class=...
asked by 14.12.2014 / 00:27
1
answer

How do I inherit a value from a given attribute in CSS?

Hello, everyone. How do I inherit a value from a given attribute in CSS? Example: <div class="flex" id="1" style="line-height: 100px; height: 100px; background-color: red;">1</div> <div class="flex" id="1" style="line...
asked by 17.09.2018 / 15:03
1
answer

How to change html data-start-height by Media Queries?

I have a site based on a template that I bought in themeforrest, the homepage banner for this site has its height adjusted by this attribute: data-start-height (which I had never used, I know html and css intermediately). I would like to chang...
asked by 11.09.2017 / 20:16
2
answers

Problem with overflow

I'm making a website, whose menu is fullpage. The problem is that if the menu (page) is less than 670px ( min-height: 670px; ) I would like the menu ( #menuWrapper ) to have scroll so you can scroll and see the 'footer' and things do...
asked by 06.08.2015 / 12:40
2
answers

Video tag, HTML5, width 100% and height controlled

I made the video full screen on home only now that I need to use the video with the same width of 100% only with the minimum height of 400px, but the video only gets 400px in height when I take the 100% wide: <!doctype html> <html lan...
asked by 08.08.2014 / 01:27
1
answer

height: vh; does not work as it should on Chrome mobile

Chrome is not tailoring content in the viewport In Firefox and Opera mini you are adapting perfectly Chrome Firefox Operamini IsitpossibletomakeChromefitlikeFirefoxandOpera? .intro-noticias { width: 100%; height: 89vh; margin...
asked by 17.02.2017 / 22:38
2
answers

Height 100% in Side-Bar

Good evening, friends, I'm setting up a learning-focused project, my project basically consists of an Administrative Panel Layout, where it has a side menu on the left, and the content on the right. I'm using to format it HTML, CSS (Bootstrap...
asked by 04.02.2016 / 21:30