feat: AcfImage / AcfMedia with @nuxt/image
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fragment AcfImage on MediaItem {
|
||||
src: sourceUrl @nonNull
|
||||
alt: altText
|
||||
mediaDetails {
|
||||
width @nullToUndefined
|
||||
height @nullToUndefined
|
||||
}
|
||||
objectPosition @nullTo(value: "center")
|
||||
}
|
||||
Reference in New Issue
Block a user