css - "-webkit-transform: scale(2)" doesn't affect click area of Facebook Like Button (on iPad) -


i've transformed size of iframe like:

scaled facebook button

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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -