Widget:GoogleKalenderSBROnly: Unterschied zwischen den Versionen

Aus Seniorenbeirat Wilhelmshaven
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 27: Zeile 27:


<div class="container">  
<div class="container">  
   <iframe class="responsive-iframe" src="https://calendar.google.com/calendar/embed?height=600&wkst=2&bgcolor=%23ffffff&ctz=Europe%2FBerlin&showTitle=0&showTz=1&src=c2Jyd2h2QGdtYWlsLmNvbQ&src=NjIzODViOWY2YjQzNzdlNDQ3NmYyYjRjMWRlMTA3NTZjNmZlMmY5ZjVkNzE1M2Y2ODEzMzQxNWMyMTc4MjMzMkBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=ZGUuZ2VybWFuI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23AD1457&color=%2333B679&color=%23A79B8E" style="border:solid 1px #777" width="800" height="600" frameborder="0" style="border:solid 1px #777">
   <iframe class="responsive-iframe" src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Europe%2FBerlin&showNav=1&showDate=1&showTitle=0&src=c2Jyd2h2QGdtYWlsLmNvbQ&src=NjIzODViOWY2YjQzNzdlNDQ3NmYyYjRjMWRlMTA3NTZjNmZlMmY5ZjVkNzE1M2Y2ODEzMzQxNWMyMTc4MjMzMkBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=ZGUuZ2VybWFuI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23AD1457&color=%2333B679&color=%23A79B8E" style="border:solid 1px #777" width="800" height="600" frameborder="0" style="border:solid 1px #777">
   </iframe>
   </iframe>
</div>
</div>

Aktuelle Version vom 19. August 2023, 09:47 Uhr

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .container {

 position: relative;
 width: 100%;
 overflow: hidden;
 padding-top: 65%; /*  Aspect Ratio */

}

.responsive-iframe {

 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
 border: none;

} </style> </head> <body>

</body> </html>