Discussionbot img from forum post - top large for joomla
Moderator: Alan
4 posts
• Page 1 of 1
Discussionbot img from forum post - top large for joomla
A use of mine posts an image in the forum that is to large for joomla.
Any way of preventing this from showing ?
Maybe ignore the
http://www.octeamdenmark.com/index.php? ... &Itemid=77
Any way of preventing this from showing ?
Maybe ignore the
- Code: Select all
[IMG][/IMG]
http://www.octeamdenmark.com/index.php? ... &Itemid=77
-

Cansay - JFusion Advanced III

- Posts: 248
- Joined: Wed Jan 07, 2009 10:44 am
Re: Discussionbot img from forum post - top large for joomla
You can use CSS to resize it, something like:
Just a quick fix, but at least you get the image resized fast. Problem is that you will still load the full size image.
- Code: Select all
img.bbcode_img {
width: 150px;
}
Just a quick fix, but at least you get the image resized fast. Problem is that you will still load the full size image.
-

MagnusB - JFusion Advanced II

- Posts: 167
- Joined: Wed Mar 04, 2009 12:19 pm
Re: Discussionbot img from forum post - top large for joomla
MagnusB wrote:You can use CSS to resize it, something like:
- Code: Select all
img.bbcode_img {
width: 150px;
}
Just a quick fix, but at least you get the image resized fast. Problem is that you will still load the full size image.
That worked fine
Thx
-

Cansay - JFusion Advanced III

- Posts: 248
- Joined: Wed Jan 07, 2009 10:44 am
Re: Discussionbot img from forum post - top large for joomla
Just note that images should not be resized using CSS, it is generally better using imagemagick or similar to create a thumbnail. With CSS you would still load the full size image, while with a thumbnail you will only load the (smaller) thumbnail.
-

MagnusB - JFusion Advanced II

- Posts: 167
- Joined: Wed Mar 04, 2009 12:19 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests
