localendar Forums Homepage


Print at Sep 17, 2025, 3:41:39 PM

Posted by eta1978 at Sep 12, 2014, 4:08:39 PM
Re: Pinboard Trouble
I've gotten this to pseudo-work with an online solution:

.calendar {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
height:100%;
width:100%;
}

.calendar iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

This doesn't fully solve the problem as it still won't fully expand to show the bottom of the calendar with the buttons, and I have to use the scroll option for it to work responsively on mobile/tablets.

I could still use help solving this, and any thoughts appreciated. Thanks!

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us