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?