WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2026 Poal.co

1.4K

I dont want to open the image on a different page so I can see read the 2px text.

I dont want to open the image on a different page so I can see read the 2px text.

(post is archived)

[–] 0 pt

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

The user-scalable="no" parameter for the <meta name="viewport"> element disables browser zoom on a web page.

[–] 0 pt

Dayum! Good catch.

Poal uses 2 layouts to render pages, and for some reason one of them had that set to "no". (Might be a remnant from previous testing)

Fixed now.

Thanks!