diff --git a/www/js/beauty.js b/www/js/beauty.js index 3979da1..c7b2516 100644 --- a/www/js/beauty.js +++ b/www/js/beauty.js @@ -26,7 +26,7 @@ if ($('#image_site').get(0)) { height = imgEl.height, naturalWidth = imgEl.naturalWidth, naturalHeight = imgEl.naturalHeight; - if (!naturalWidth || naturalWidth < 600 || naturalHeight < 500 || + if (!naturalWidth || naturalWidth <= 600 || naturalHeight <= 500 || (typeof(disableSmallImage) != 'undefined' && disableSmallImage) ) { return false;