I have a Google calendar placed in an iframe, but the height and width are not properly displayed. In particular, the height is too small. setting are 800 x 600 pix.
I use a basic page, WYSIWYG and CKEditor.

please help

Comments

WvBP’s picture

I've already tried the following with no result

/**
* Responsive embed, object, iframe
*/
embed, object, iframe { max-width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

Zwappe’s picture

Can you provide us with a link to the webpage?

In the meanwhile have you tried:max-height: 100%;?

WvBP’s picture

Status: Active » Fixed

ja, that was de solution.

Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.