Fenêtre contextuelle
Autore: Xavier GREGOIRE
Visite 1071,
Followers 1,
Condiviso 0
Bonsoir,
Quelqu'un aurait-il une astuce pour adapter les dimensions de l'affichage du contenu d'une fenêtre contextuelle.
J'ouvre une page dans une fenêtre contextuelle, sur un PC, ok, mais sur une smartphone, la hauteur n'est pas adaptée ça serait intéressant d'adpater la hauteur automatique.
voir exemple www.assurances-bertelli.be (sélectionner "tarification")
Merci,
Xavier
Postato il
(It > Fr) ... vous pouvez utiliser mon code EXTRA, pour> Étape 3 | Expert | Code personnalisé> 3ème option - Avant de fermer la balise /HEAD:
<style>@media (max-width: 599px) {
#imShowBox div, #imShowBox > div > iframe { width:100% !important;height:100% !important}
#imShowBox { width:100% !important;padding:0px !important;margin:0px !important;top:45px !important;left:0px !important;height:85% !important }}</style>
.
ciao
.
Autore
Merci,
KolAsim
Autore
Hello KolAsim,
le code fonctionne mais les liens sur les boutons ou images ne sont plus actifs
Cordialement,
Xavier
... essayez ce changement:
<style>@media (max-width: 599px) {
#imShowBox div, #imShowBox > div > iframe { width:100% !important;height:100% !important;}
#imShowBox > div > iframe {z-index:1000000 !important}
#imShowBox { width:100% !important;padding:0px !important;margin:0px !important;top:45px !important;left:0px !important;height:85% !important }}</style>
.
ciao
.
Autore
Merci!