[SOLVED]Bilder Größen anpassen.

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
TheMorph
Posts: 3
Joined: Mon 31. Oct 2005, 12:59

[SOLVED]Bilder Größen anpassen.

Post by TheMorph »

Immer wenn ich ein Bild hoch lade und es dann in einer Galerie offnen will zeig phpwcms mir es nicht in der original größe an. Wie kann ich einstellen dass er dach dem klick auf dem Vorschaubild mir das original Bild in der original größe anzeigt?
TheMorph
Posts: 3
Joined: Mon 31. Oct 2005, 12:59

Post by TheMorph »

Habe die Antwort selbst gefunden: In der Conf.inc.php !

// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 538; //max width of the article content column - important for rendering multi column images
$phpwcms["img_list_width"] = 100; //max with of the list thumbnail image
$phpwcms["img_list_height"] = 75; //max height of the list thumbnail image
$phpwcms["img_prev_width"] = 1024; //max width of the large preview image
$phpwcms["img_prev_height"] = 768; //max height of the large preview image
$phpwcms["max_time"] = 1800; //logout after max_time/60 seconds
Post Reply