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?
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.