diff --git a/schemas/schema.graphql b/schemas/schema.graphql index 5a9b560..f5ff695 100644 --- a/schemas/schema.graphql +++ b/schemas/schema.graphql @@ -40,8 +40,8 @@ type MediaResource{ type MetaData { id: String! - originalWidth: Int! - originalHeight: Int! + originalWidth: Int + originalHeight: Int } diff --git a/templates/img.html b/templates/img.html index cd6e987..f1c25f2 100644 --- a/templates/img.html +++ b/templates/img.html @@ -1,7 +1,7 @@ <. let metadata = p.metadata.as_ref().unwrap(); .>