css get height of another element

You can see that here on the caniuse website. var height = $(#original).height(); var origHeight = $(#dynamic).height(); /* I am taking the height of the box to match, subtracting the height of the dynamic box, and using the value as top-padding to push the content to the bottom. Perform math in your CSS using mixed units. 3. For example, An element has height of 100px and then gets a transform:scale (0.5). We can also set the maximum and minimum values for these properties using the max-height, max-width, min-height, and min-width properties. The usage of the CSS calc() function. The height property is used to set an element's height. This property does not include padding, borders, or margins.The height property can be specified by "px", "cm", "vh" or by percentages. In case of transforms, the offsetWidth and offsetHeight returns the element's layout width and height, while getBoundingClientRect () returns the rendering width and height. On the long run, you will probably require this solution. In this snippet, you can find some examples, where we calculate the width of an element with the CSS calc() function. display table cell equal height columns. I am also adding an extra 10 to the equation because the boxes naturally :root { --hex-parent-height: 10px; } .hexagon.parent { /* */ width: var(--hex-parent-height); } .hexagon { height: 100%; width: calc(100% * var(--hex-parent-height)); display: inline-block; } CSS Variables have two types of scopes: global and local. Your resolution can be achieved with jQuery, or alternatively, you can fake it with CSS3's transform:translateY(); rule. The width property sets the width of an element. Depending on how your video is being added (