Closed (fixed)
Project:
Corporate Clean
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
30 Nov 2012 at 20:57 UTC
Updated:
16 Dec 2012 at 11:10 UTC
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
Comment #1
WvBP commentedI'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; }
Comment #2
Zwappe commentedCan you provide us with a link to the webpage?
In the meanwhile have you tried:
max-height: 100%;?Comment #3
WvBP commentedja, that was de solution.
Thanks