Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Jul 20, 2022
1 parent b754e7f commit 22c26d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private function createThumb($url, $img_cache, $target, array $attr = [])
$loops = ($attr[ 'blur_bg' ] === '1' ? '20' : $attr[ 'blur_bg' ]);
for($i = 1; $i <= $loops; $i++)
{
$phpThumb->setParameter('fltr', 'blur|100');
$phpThumb->setParameter('fltr', 'gblr');
}
}

Expand Down

0 comments on commit 22c26d5

Please sign in to comment.