Lorti / dominant-colors-lazy-loading-wordpress-plugin

This plugin allows you to lazy load your images while showing the dominant color of each image as a placeholder – like Pinterest or Google Images.
https://wordpress.org/plugins/dominant-colors-lazy-loading/
GNU General Public License v2.0
95 stars 10 forks source link

Admin page detect ImageMagick #1

Closed Pross closed 8 years ago

Pross commented 8 years ago

At the moment the admin page does not attempt to detect ImageMagick and so when the user clicks the Calculate button nothing happens except every pending image says Error next to it.

Pross commented 8 years ago

https://github.com/Lorti/dominant-colors-lazy-loading-wordpress-plugin/pull/2

Lorti commented 8 years ago

Fixed by #2 and some additional changes in 6b277c4954fb9b5bc92cc33966d051aa26316fde. Live as 0.5.1 in the WordPress SVN. Thanks, @Pross and @pedro-mendonca!