I'm having problems with iframes on mobile safari. I have the following incredibly simple code styling my iframe:
#iframe {
width: 400px;
height: 250px;
border: none;
background: #eee;
z-index: 1;
}
https://jsfiddle.net/canyondellomo/1be4zf86/2/.
On desktop, the image of the dog is contained within the dimensions of the iframe. However, when the page is loaded on mobile, the iframe content totally disregards the size of the iframe, and expands to its full size.
Could you help me with this?
Thanks so much