-
AuthorPosts
-
April 16, 2009 at 8:20 pm #140317
Even if I post an article that is under 200 X 200, the very very top part of the image gets cut off.
I’m thinking it has something to with the white outline surround each picture.
If you have any solutions let me know
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 17, 2009 at 10:36 am #301637Hi akhoring,
If you don’t want to crop images, please open templatesja_opalja_templatetools_1.5.php file, at about line 414, find following code:
[PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height)[/PHP]
and change to:
[PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height, 0 )[/PHP]
Hope it helps.
4 users say Thank You to JA Developer for this useful post
andrej54 Friendandrej54
- Join date:
- February 2008
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 16, 2009 at 5:59 am #304797I had similar problems that I managed to solve with this solution. However, using JCE Editor in all my joomla sites I don’t seem to be able to give eough padding to the pictures in my articles. Only with I give a 15 px padding it seems to come out fine. In the frontpage it looks OK but clicking on the read more button, all images are rearranged and text sticks against the pics. Is there any way to solve this .
Live site : http://atbkempen.tanka.be
It only happens when I use normal padding settings like 5-10 . If I use a higher setting (mim 15) ecerythng is OK.
A sample of an articles that sticks text against the picture can be found here :
http://atbkempen.tanka.be/index.php?option=com_content&view=article&id=113:omloop-bijschaven-op-zaterdag&catid=1:algemeen&Itemid=53October 13, 2009 at 6:38 pm #320408This is very helpful. How do you:
1. Make the thumbnails larger
2. Make the thumbnails a particular size
3. If you use the setting the stops resizing, how do you change the formating so the photos are centered over the text?Thanks as always for your great support.
ali haydar Friendali haydar
- Join date:
- January 2010
- Posts:
- 37
- Downloads:
- 9
- Uploads:
- 13
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
March 15, 2010 at 4:16 pm #336284<em>@JA Developer 124741 wrote:</em><blockquote>Hi,
If you don’t want to crop images, please open templatesja_opalja_templatetools_1.5.php file, at about line 414, find following code:
[PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height)[/PHP]
and change to:
[PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height, 0 )[/PHP]
Hope it helps.</blockquote>
HI,
Has not helped me, unfortunately.That’s code, to 414
($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height ))) {Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 16, 2010 at 10:19 am #336413Hi ali haydar
try to change:
($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height ))) {
to
($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height, 0 ))) {
2 users say Thank You to JA Developer for this useful post
ali haydar Friendali haydar
- Join date:
- January 2010
- Posts:
- 37
- Downloads:
- 9
- Uploads:
- 13
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
March 16, 2010 at 3:13 pm #336443($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height, 0 ))) {</blockquote>
Thank you a thousand times. The answer
August 26, 2010 at 3:40 pm #353776Is there a way to just remove the white outline for just certain images or is it ALL or NONE?
August 26, 2010 at 3:58 pm #353778Nevermind I found the answer in another post:
img.blank {
background: none !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}In case you need it
-
AuthorPosts
This topic contains 9 replies, has 6 voices, and was last updated by smiguru 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum