I've transformed size of iframe with like:
iframe
{
transform: scale(2) !important;
-webkit-transform: scale(2) !important;
transform-origin: top left;
-webkit-transform-origin: top left;
}
For all desktop browsers it works just fine, but in iPad Safari clickable area of links stay just the same size (look at third picture)
Does anybody know how it can be fixed?
have you tried using the 'clip:' attribute?
ie: clip: rect(3px 20px 5px 8px);
Sorry if that's too much of a workaround.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With