Question:
Is there not any way in wix to make iframe auto adjust height ?
Product:
Using Studio Editor
What are you trying to achieve:
#iframe-enquiry { overflow-y: hidden; height: auto; min-height:-webkit-fill-available;}
/* @media screen (max-width:1349px){
#iframe-enquiry {
min-height: 269px;
}*/
I am using this code to call iframe as you see i mention webki aavailable on css but still targetiing min-height:269px
Iframe not adjusting auto height it either cropping or creating sidebar but i do not want it, i want auto height adjustment.
What have you already tried:
Resource, forum topics and your ai
Additional information: