Update README.md

This commit is contained in:
Nicco 2020-11-18 11:35:28 +01:00 committed by GitHub
parent f3388d987b
commit d89bc1e93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ The `step` property (defaults to `200`) helps reducing the amounts of transforma
How? Basically whenever we calculate the dynamic size of the image rendered on the DOM we will get very specific numbers depending on the device.
With `step` we approximate the size needed to a multiple of `step`.
With `step` we approximate the size needed to the nearset bigger multiple of `step`.
###### Example