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