From 5c286fb8494ea1e3fbf64d6a00bbd9046aa2b488 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 10 Apr 2020 07:42:48 +0000 Subject: [PATCH] fix #3390 @0.5 --- framework/application/views/helpers/BackgroundBlock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/application/views/helpers/BackgroundBlock.php b/framework/application/views/helpers/BackgroundBlock.php index bbc2f92..dead321 100644 --- a/framework/application/views/helpers/BackgroundBlock.php +++ b/framework/application/views/helpers/BackgroundBlock.php @@ -65,7 +65,7 @@ class Fluidbook_View_Helper_BackgroundBlock extends CubeIT_View_Helper_Abstract $pict = $this->picture([ [ 'src' => $image_path, - 'width' => 1920 + 'width' => 2560 ], [ 'src' => $mobile, -- 2.39.5