Issue #3371796 by bernardm28, mherchel: Standard profile's article content type's image should not be lazy loaded within full view mode
parent
b23fad55a8
commit
f98b337ba2
|
@ -39,10 +39,10 @@ content:
|
||||||
type: image
|
type: image
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
image_style: wide
|
|
||||||
image_link: ''
|
image_link: ''
|
||||||
|
image_style: wide
|
||||||
image_loading:
|
image_loading:
|
||||||
attribute: lazy
|
attribute: eager
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: -1
|
weight: -1
|
||||||
region: content
|
region: content
|
||||||
|
|
Loading…
Reference in New Issue