Comment 'It is about the heig...' to '[Solved] Poll in a Post - How to set custom CSS to get the iframe to 100% height?'
  • It is about the height of the iframe. It is defined height 240px / width 100%. How to set the custom css, that the height is 100% to show all content (without scrollbar)? 

    Here the default code snippet that I have to change per custom CSS

    iframe[Attributes Style] {
    1.     border-top-width: 0px;
    2.     border-right-width: 0px;
    3.     border-bottom-width: 0px;
    4.     border-left-width: 0px;
    5.     width: 100%;
    6.     height: 240px;
    7. }