css - "-webkit-transform: scale(2)" doesn't affect click area of Facebook Like Button (on iPad) -
i've transformed size of iframe like:
iframe { transform: scale(2) !important; -webkit-transform: scale(2) !important; transform-origin: top left; -webkit-transform-origin: top left; }
for desktop browsers works fine, in ipad safari clickable area of links stay same size (look @ third picture)
does know how can fixed?
have tried using 'clip:' attribute?
ie: clip: rect(3px 20px 5px 8px);
sorry if that's of workaround.
Comments
Post a Comment