Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
First attempt at fixing iframe size on iOS Safari
Browse files Browse the repository at this point in the history
Refs #6. Will test on BrowserStack
  • Loading branch information
fdavidcl committed Sep 24, 2015
1 parent 2371e3e commit 296527f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: default
permalink: /
title: Calendario
---
<style>
Expand Down Expand Up @@ -50,15 +49,15 @@
<div class="pure-g">
<div class="pure-u-1-1 pure-u-md-1-2 pure-u-lg-1-2">
<h3>Calendario de 1er Curso</h3>
<iframe class="calendar" src="https://www.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=6l7af52hf8mbhpdmm13o73k0v0%40group.calendar.google.com&showTitle=0&amp;height=600&amp;wkst=2&amp;bgcolor=%23ffffff&amp;color=%23AB8B00&amp;ctz=Europe%2FMadrid" frameborder="0" scrolling="no"></iframe>
<iframe class="calendar" src="https://www.google.com/calendar/embed?wkst=1&amp;bgcolor=%23FFFFFF&amp;src=6l7af52hf8mbhpdmm13o73k0v0%40group.calendar.google.com&showTitle=0&amp;wkst=2&amp;bgcolor=%23ffffff&amp;color=%23AB8B00&amp;ctz=Europe%2FMadrid" frameborder="0" width="95%" scrolling="no"></iframe>
</div>
<div class="pure-u-1-1 pure-u-md-1-2 pure-u-lg-1-2">
<h3>Calendario de 2º Curso</h3>
<iframe class="calendar" src="https://www.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=OXZoaHVhdDY5N2hhcWZmcjlwNHJ0YzBkOG9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&showTitle=0&amp;height=600&amp;wkst=2&amp;bgcolor=%23ffffff&amp;ctz=Europe%2FMadrid" frameborder="0" scrolling="no"></iframe>
<iframe class="calendar" src="https://www.google.com/calendar/embed?wkst=1&amp;bgcolor=%23FFFFFF&amp;src=OXZoaHVhdDY5N2hhcWZmcjlwNHJ0YzBkOG9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&showTitle=0&amp;wkst=2&amp;bgcolor=%23ffffff&amp;ctz=Europe%2FMadrid" frameborder="0" width="95%" scrolling="no"></iframe>
</div>
<div class="pure-u-1-1 pure-u-md-1-2 pure-u-lg-1-2">
<h3>Calendario de 4º Curso</h3>
<iframe class="calendar" src="https://www.google.com/calendar/embed?showTitle=0&amp;height=600&amp;wkst=2&amp;bgcolor=%23ffffff&amp;src=cgvtmlhp4ogi02objk399320e0%40group.calendar.google.com&amp;color=%2323164E&amp;ctz=Europe%2FMadrid" frameborder="0" scrolling="no"></iframe>
<iframe class="calendar" src="https://www.google.com/calendar/embed?showTitle=0&amp;wkst=2&amp;bgcolor=%23ffffff&amp;src=cgvtmlhp4ogi02objk399320e0%40group.calendar.google.com&amp;color=%2323164E&amp;ctz=Europe%2FMadrid" frameborder="0" width="95%" scrolling="no"></iframe>
</div>
<div class="pure-u-1-1 pure-u-md-1-2 pure-u-lg-1-2"></div>
<div class="pure-u-1-1 pure-u-md-1-2 pure-u-lg-1-2"></div>
Expand Down

0 comments on commit 296527f

Please sign in to comment.