mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-18 16:13:11 +00:00
Fixes here and there
This commit is contained in:
parent
eeb79ec53c
commit
951871b983
5 changed files with 10 additions and 3 deletions
|
@ -44,8 +44,8 @@ if (isset($_POST['submit'])) {
|
|||
<?php
|
||||
}
|
||||
}
|
||||
if ($width > 1000) {
|
||||
$make_preview = make_thumbnail($image_path, $preview_dir.$image_newname, 1000);
|
||||
if ($width > 1100) {
|
||||
$make_preview = make_thumbnail($image_path, $preview_dir.$image_newname, 900);
|
||||
if ($make_preview != "success") {
|
||||
?>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue