trying to disable zooming in on mobile (second attempt)

This commit is contained in:
corgifist 2025-07-25 02:46:35 +03:00
parent c36b239ada
commit bf36d86a67
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -34,7 +34,8 @@ export default async function RootLayout({
<html lang="en" suppressHydrationWarning>
<head>
<meta name="apple-mobile-web-app-title" content="ClipFusion" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="HandheldFriendly" content="true" />
<Analytics/>
</head>