[Plugin: NextGEN Gallery] No image resize
-
Hi guys
I use NGG a long time now. THe following problem exists everytime for me.
NGG is not resizing images! I want them to 800×600 but they are still 3xxx x 2xxx Pixel. So the img-loading is very slow.In older versions i solved the problem with this:
Editing the /wp-content/plugins/nextgen-gallery/admin/wp25/functions.php
Search for the function upload_images()
Scroll down after the end of the loop and check for this code:
//create thumbnails
nggAdmin::generatethumbnail(WINABSPATH.$gallerypat h,$imageslist);
BEFORE THAT add this:
//create resized pictures
nggAdmin::resizeImages(WINABSPATH.$gallerypath,$im ageslist);It worked. But in the new version of NGG there is no Folder named wp25.
So how can i get the resize function to work?Server:
Betriebssystem : Linux
Server : Apache/2.2.3 (Red Hat)
Speicherverbrauch : 23 MByte
MySQL Version : 5.0.45
SQL Modus : Nicht gesetzt
PHP Version : 5.2.6
PHP Safe Mode : Aus
PHP Allow URL fopen : An
PHP Memory Limit : 64M
PHP Max Upload Gr??e : 24M
PHP Max Post Gr??e : 24M
PHP Max Script Execute Time : 30s
PHP Exif Modul : Ja ( V1.4 )
PHP IPTC Modul : Ja
PHP XML Modul : JaJa=Yes, An=On, Aus=Off
Sorry for my bad english!
greetings
Sumit
- The topic ‘[Plugin: NextGEN Gallery] No image resize’ is closed to new replies.