From 0501b25bb93c92fae648fced762516ba64fb0fed Mon Sep 17 00:00:00 2001 From: Ari Maniatis Date: Wed, 16 Jun 2021 23:39:16 +1000 Subject: [PATCH] Fix documentation for use of width/height. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d99be7a..8cc2b593 100644 --- a/README.md +++ b/README.md @@ -277,8 +277,8 @@ names of the original files, e.g., use `*.scss` instead of `*.css`. ```liquid {{ assets["bundle.css"].content_type }} => "text/css" -{{ assets["images.jpg"].width }} => 62 -{{ assets["images.jpg"].height }} => 62 +{{ assets["images.jpg"].dimensionns.width }} => 62 +{{ assets["images.jpg"].dimensionns.height }} => 62 ``` The current list of available accessors: