summaryrefslogtreecommitdiffstats
path: root/app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app.rb')
-rw-r--r--app.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.rb b/app.rb
index f58a99d..8667471 100644
--- a/app.rb
+++ b/app.rb
@@ -94,6 +94,8 @@ helpers do
visible: meta.fetch('visible', true),
type: media_type_for(name),
taken_at: meta['taken_at'],
+ width: meta['width'],
+ height: meta['height'],
}
end