diff --git a/app/controllers/api/avatars.php b/app/controllers/api/avatars.php index b715ec8d56..ec0314c6d7 100644 --- a/app/controllers/api/avatars.php +++ b/app/controllers/api/avatars.php @@ -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;