Prevent image blurring

This commit is contained in:
Max Kostikov 2019-09-15 09:18:42 +02:00
parent fd30be7644
commit 86b4a53858

View File

@ -17,7 +17,7 @@ if($x) {
$width = $xx['width'];
$height = $xx['height'];
$n = q("SELECT * FROM photo WHERE resource_id = '%s' AND imgscale > 0",
$n = q("SELECT * FROM photo WHERE resource_id = '%s' AND imgscale > 0 ORDER BY imgscale",
dbesc($xx['resource_id'])
);