Parcourir la source

feat(external_api): make sure the created iframe has no border

efficient_tiling
Saúl Ibarra Corretgé il y a 8 ans
Parent
révision
3de6f1cd7f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      modules/API/external/external_api.js

+ 1
- 0
modules/API/external/external_api.js Voir le fichier

246
         this.frame.width = '100%';
246
         this.frame.width = '100%';
247
         this.frame.height = '100%';
247
         this.frame.height = '100%';
248
         this.frame.setAttribute('allowFullScreen', 'true');
248
         this.frame.setAttribute('allowFullScreen', 'true');
249
+        this.frame.style.border = 0;
249
         this.frame = this.iframeHolder.appendChild(this.frame);
250
         this.frame = this.iframeHolder.appendChild(this.frame);
250
     }
251
     }
251
 
252
 

Chargement…
Annuler
Enregistrer