mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
remove viewport fullpage duplicate
This commit is contained in:
parent
8f87b9cb5e
commit
7156036120
1 changed files with 0 additions and 5 deletions
|
|
@ -730,11 +730,6 @@ App::get('/v1/avatars/screenshots')
|
|||
$config['deviceScaleFactor'] = $scale;
|
||||
}
|
||||
|
||||
// Add fullPage to viewport if enabled
|
||||
if ($fullpage) {
|
||||
$config['viewport']['fullPage'] = true;
|
||||
}
|
||||
|
||||
// Add optional parameters only if they have meaningful values
|
||||
if (!empty($userAgent)) {
|
||||
$config['userAgent'] = $userAgent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue