mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-13 19:44:16 +02:00
Removed &nc
This commit is contained in:
@@ -22,7 +22,7 @@ $images = array(
|
|||||||
|
|
||||||
|
|
||||||
// For each image, apply these testcases
|
// For each image, apply these testcases
|
||||||
$nc = '&nc';
|
$nc = null; //&nc';
|
||||||
$testcase = array(
|
$testcase = array(
|
||||||
$nc . '&w=300&h=300&fill-to-fit',
|
$nc . '&w=300&h=300&fill-to-fit',
|
||||||
$nc . '&w=300&ar=1&fill-to-fit',
|
$nc . '&w=300&ar=1&fill-to-fit',
|
||||||
|
Reference in New Issue
Block a user