From e48eaffe9a46543127dbb8e2023f6bd978ba3bb3 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Sat, 2 Dec 2017 09:54:56 +0000 Subject: [PATCH] New maxRowHeightPolicy 'tail' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0d9173..d84f07c 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Works wonderfully with images by creating a visually ordered and pleasant mosaic Here's a bonus working site using jQuery mosaic: https://litmind.com -### Version history +### Version history * **v0.14** New maxRowHeightPolicy 'tail' that renders items respecting their aspect ratio without surpassing the specified maxRowHeight, resulting in a last row that might not completely fit the screen horizontally, suggested by [@borekl](https://github.com/borekl) and [@nzjrs](https://github.com/nzjrs). * **v0.13** New outerMargin and innerGap parameters.