Need a special offer?Find out if your project fits.
+

How to make component to fill 100% height?

Answered
guest asked on November 29, 2015

We are finding a way to fit the height for different screen resolution. We have tried to use "100%" for height. But the height is not expanded to fit the screen. We are using BootStrap library for our layout. Is the problem related to Bootstrap?

1 answer

Public
Antonina Krus Flexmonster November 29, 2015

Setting 100% height to the component means that it will take 100% height of its parent container. Please verify that the parent container (the one that you are using to embed the component) is resized properly.

Please login or Register to Submit Answer