hey guys,
i have a question about the spac and creation of the images of this contentparts.
the Pic i have uploaded was 1401wx946h and i got these resultes.
where can i modify the sizes. and why is so much WHITE around the pics. i don´t want that . i wanna have a big pic that´s it.
here you can see, what i am talking about.
hope you can help me quick..
bye and thnx
jan
Problem with ContentPart "Text with image"
-
- Posts: 35
- Joined: Thu 7. Oct 2004, 07:25
- Location: Kempen
- Contact:
I think that you have set a smaller value for the standard thumbnail size at installation. After that all images that are added to your texts will only be shown at maximum size of this standard thumbnail size.
When using big images, you will have to use:
{IMAGE_LEFT:yourimage.ext}
you would have to create your own table to add an image caption.
When using big images, you will have to use:
{IMAGE_LEFT:yourimage.ext}
you would have to create your own table to add an image caption.
-
- Posts: 35
- Joined: Thu 7. Oct 2004, 07:25
- Location: Kempen
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
change following settings in conf.inc.php for your needs:
Oliver
Code: Select all
$phpwcms["img_prev_width"] = 538; //max width of the large preview image
$phpwcms["img_prev_height"] = 538; //max height of the large preview image
-
- Posts: 35
- Joined: Thu 7. Oct 2004, 07:25
- Location: Kempen
- Contact: