Skip to content

Commit 13f5ebd

Browse files
committed
feat: update lazyload_type setting to support viewport option
1 parent 68dc8d4 commit 13f5ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Optml_Settings {
6565
'bg_replacer' => 'enabled',
6666
'video_lazyload' => 'enabled',
6767
'retina_images' => 'disabled',
68-
'lazyload_type' => 'fixed',
68+
'lazyload_type' => 'fixed|viewport',
6969
'limit_dimensions' => 'enabled',
7070
'limit_height' => 4000,
7171
'limit_width' => 1920,

0 commit comments

Comments
 (0)