12 lines
121 B
PHP
12 lines
121 B
PHP
|
<?php
|
||
|
|
||
|
// Configuration File
|
||
|
|
||
|
// Desired Image Dimensions
|
||
|
$imgWidth = "1600";
|
||
|
$imgHeight = "0";
|
||
|
$imgQuality = "75";
|
||
|
|
||
|
|
||
|
?>
|