JavaScript Library - Change Log

2.3.2 – 17 October 2021

  • Small fix for lazy loading (in rare cases the images were not displayed before the user scrolled)

2.3.1 – 17 October 2021

  • A few CSS optimizations

2.3.0 – 29 March 2021

  • Two new options for “justified” layout

2.2.1 – 21 May 2020

  • Fixed a small issue in calculating the number of columns for waterfall layout

2.2.0 – 2 August 2019

  • New “destroy” method
  • New “syncChild” method
  • New demo in package
  • Minor optimizations for rare implementations
  • Version number no longer in file names

2.1.3 – 19 July 2019

  • Fixed a small issue with lazy loading feature if scroll event came from an element other than the window.

2.1.2 – 11 July 2019

  • Fixed a small issue of the lazy loading feature if srcset attributes are used for img tags.

2.1.1 – 11 April 2019

  • bugfix for FF (in some cases, Firefox did not recognize the image sizes correctly)

2.1.0 – 21 March 2019

  • Two new options for “justified” layout

2.0.0 – 25 October 2018

  • everything new

1.3 – 11 May 2016

  • bugfix for FF and IE (slow loading images where distorted sometimes)
  • bugfix for FF and Chrome (slow loading images where displayed in original size and over the grid sometimes)
  • bugfix for Chrome (sometimes the grid couldn’t render correctly after reloading the page)

1.2 – 13 April 2016

  • various implementations for better loading behaviour:
    – new option “preventInitialAnimation” (false by default)
    – prevent jumping elements during loading by usage of width and height attributes.
    – lazy loading – to load only visible images

1.1 – 25 March 2015

  • minor bugfix for old android browsers (images where distorted in certain configurations)
  • additional demo example included: combined with photoswipe

1.0 – 10 Jan 2015

  • published