image very large
This commit is contained in:
parent
2fe4798381
commit
27d3ab626c
|
@ -6,7 +6,7 @@ dependencies:
|
|||
- config_pages.type.diaporama_home
|
||||
- field.field.config_pages.diaporama_home.field_images
|
||||
- field.field.config_pages.diaporama_home.field_video
|
||||
- image.style.wide
|
||||
- image.style.very_large
|
||||
module:
|
||||
- image_field_caption
|
||||
- video_embed_field
|
||||
|
@ -19,7 +19,7 @@ content:
|
|||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_style: very_large
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
uuid: 64bdc93e-a869-44e2-999f-ee11546c843f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: very_large
|
||||
label: 'very large'
|
||||
effects:
|
||||
a7bcfc53-03a8-402c-b7fc-db13ef4b5b8b:
|
||||
uuid: a7bcfc53-03a8-402c-b7fc-db13ef4b5b8b
|
||||
id: image_scale
|
||||
weight: 1
|
||||
data:
|
||||
width: 2000
|
||||
height: null
|
||||
upscale: false
|
Loading…
Reference in New Issue