mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove viewport fullpage duplicate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user