Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
planning [2019/01/10 11:49]
sioc
planning [2021/04/15 13:56] (Version actuelle)
Ligne 1: Ligne 1:
 ====== Planning ====== ====== Planning ======
 <html> <html>
 +<style>
 +.responsive {
 +  position: relative;
 +  display: block;
 +  height: 0;
 +  padding: 0;
 +  overflow: hidden;
 +}
  
-<iframe src="https://beta.club-ea.com/plan.inc/planning.php" id="myIframe" style="width:100%; height:100%;margin:0px;border:0px;position:absolute;" frameborder="0" scrolling="no"> +.responsive iframe { 
-</iframe>+  positionabsolute; 
 +  top0; 
 +  left: 0; 
 +  bottom: 0; 
 +  height: 100%; 
 +  width100%; 
 +  border: 0; 
 +}
  
-<script> +.plan { 
-    $(function () { +  padding-bottom: 670%;   
-        document.getElementById('myIframe').style.height 'calc(1000vh ' + ($('#myIframe').offset().top) + 'px)';            Â +} 
-    }); +</style> 
-</script>+<div class="responsive plan"> 
 + 
 +<iframe src="https://club-ea.com/plan.inc/planning.php" width="98%" class="embed-responsive-item" frameborder="0" scrolling="no"> 
 +</iframe> 
 +</div>
  
 </html> </html>