I am currently trying to integrate a Google calender via Iframe and using inline attributes. I have the following solution but for any reason there is nothing displayed. Can anybody tell me what is going wrong here :(? I am using a CMS and therefore I need a responsive solution via the inline attributes.
<div style="position: relative; padding-bottom: 75%; height: 0; overflow: hidden;">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showDate=0&showPrint=0&showCalendars=0&showTz=0&height=600&wkst=2&hl=nl&bgcolor=%23FFFFFF&src=example.be_cpkbjcpttgb5q0%40group.calendar.google.com&color=%23ffcf03&ctz=Europe%2FBrussels"
style="position: absolute; top:0; left: 0; width: 100%; height: 100%; border-width:0;" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>