jekyll-image-size 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -4
- data/lib/jekyll-image-size/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e75abebdc99f2bdcad845d724313e66e5bc21101
|
|
4
|
+
data.tar.gz: d5eb37fec9d6223da0d6b3e4821c5f1550e40b7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26fb5d68224f7c69decc376f891a82bc0e47ace701d11edaee6e4cbe8e4f993191d35c6db34e673029f5f0ab684812ac866b2541613ea236dd35d165ef920d62
|
|
7
|
+
data.tar.gz: 71fa1949d1f3f5d02dac6055fe1f43a26bbbd4f5a10445c3d197a06c81fcd6d0bb2ee63a84e7882806da978c809e2b531f9cf32e9d9b736041f7e2f36f4bee11
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# Jekyll-Image-Size  [](https://badge.fury.io/rb/jekyll-image-size)
|
|
2
2
|
|
|
3
|
-
<img src="spec/data/test.jpg">
|
|
4
|
-
|
|
5
3
|
Jekyll tag-plugin to read image sizes from static assets and output in many formats.
|
|
6
4
|
|
|
7
5
|
Uses:
|
|
@@ -82,8 +80,8 @@ divide-by-numbers:
|
|
|
82
80
|
|
|
83
81
|
uri-encoded-params:
|
|
84
82
|
|
|
85
|
-
* width=123:
|
|
86
|
-
* height=123:
|
|
83
|
+
* width=123: set the width to the given pixels and scale the height proportionally
|
|
84
|
+
* height=123: set the height to the given pixels and scale the width proportionally
|
|
87
85
|
|
|
88
86
|
rest:
|
|
89
87
|
|