Prevent image blurring
This commit is contained in:
parent
fd30be7644
commit
86b4a53858
@ -17,7 +17,7 @@ if($x) {
|
|||||||
$width = $xx['width'];
|
$width = $xx['width'];
|
||||||
$height = $xx['height'];
|
$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'])
|
dbesc($xx['resource_id'])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user