| Browser zoom ignores text in Chrome latest [message #56148] Mon, 29 October 2012 11:05 UTC |
 |
|
Since a few days my desktop chrome (latest) browser refuses to properly zoom the Shapeways pages.
Text will not zoom with the rest.
I tracked this down too a common error caused by
-webkit-text-size-adjust: none;
Which is used to fix the layout for iOS devices, but chrome listens to it too.
It seems this can be remedied by adding
@media handheld{
}
Or something 
Cheers
- Artist / Engineer / Designer / Shopowner / Volunteer / Moderator -
|
|
|