Include image size in breakpoints

This commit is contained in:
Will Faught
2023-08-05 17:56:57 -07:00
parent 40919ef1b2
commit 315cce05e3

View File

@@ -198,7 +198,7 @@
{{ $imagewidth := index . 0 }}
{{ $viewwidth := index . 1 }}
{{ if ge $imagewidth $smallerresource.Width }}
{{ if gt $imagewidth $smallerresource.Width }}
{{ continue }}
{{ end }}