Skip to content

Releases: tin-cat/jquery-mosaic

Limited rows edition!

26 Sep 09:44
Compare
Choose a tag to compare

This edition is up to date with the latest solved bugs, and includes the new option maxRows option for those situations where you need fine control on the maximum number of rows of your mosaic. Also added advanced options maxItemsToShowWhenResponsiveThresholdSurpassed and showTailWhenNotEnoughItemsForEvenOneRow for even more fine-grained control of your mosaic.

Now with floating points!

17 Apr 09:56
Compare
Choose a tag to compare

Added standardized support for parameters passed via HTML data-* attributes. A bug that might affect versions of jQuery < 3 has been addressed thanks to @BenTalagan.

Now with tails!

03 Dec 08:27
Compare
Choose a tag to compare

New maxRowHeightPolicy 'tail' allows for an unfinished final row if the items you provide cannot be fitted perfectly in the mosaic. The items on the final row still keep their aspect ratio, and respect the specificed maxRowHeight. This leaves an empty space at the end, but that might be what you want! This new policy also takes care of the problem of single-row mosaics: They will be shown even if the provided mosaic items are not enough to fill the row. Enjoy!

Pixel perfect

11 Dec 23:18
Compare
Choose a tag to compare

Huge bug on IE has been solved! Other bugs have been solved that make the mosaics now appear pixel-perfect: No more unexpected gaps, images always match perfectly the desired width, creating clean and seamless mosaics.

Now with more gaps!

23 Sep 14:07
Compare
Choose a tag to compare

This new version adds support for specifying an outer margin for the whole mosaic and an inner gap to leave an empty space between mosaic items independently.

Bugs solved, better docs

19 Aug 08:41
Compare
Choose a tag to compare
Pre-release

Solved bugs with 'skip' maxRowHeightPolicy. Added 'refitOnResizeDelay' option. Better documentation and examples.

First release

18 Aug 17:48
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This is the first release of the jquery-mosaic plugin. Seems to be stable but haven't been thouroughly tested yet. Any test help and reports will be greatly appreciated!