mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-13 08:45:51 +00:00
feat: cover viewport and avoid scaling in mobile devices
This commit is contained in:
parent
4824975e6d
commit
dd3446d69b
@ -53,7 +53,11 @@ const config: NuxtConfig = {
|
||||
title: 'Jellyfin',
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{
|
||||
name: 'viewport',
|
||||
content:
|
||||
'width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover'
|
||||
},
|
||||
{
|
||||
hid: 'description',
|
||||
name: 'description',
|
||||
|
Loading…
Reference in New Issue
Block a user