DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 3459--------------------------------------------------
Image Size Limits
DIR By: CB
Date: January 30, 2012, 4:23 pm
---------------------------------------------------------
Where do I set the limit size for images being posted? Some of
the post are huge and need to be resize smaller, but I would
like to avoid this by doing a preemptive strike so to speak.
#Post#: 3460--------------------------------------------------
Re: Image Size Limits
DIR By: CreateAForum
Date: January 30, 2012, 6:21 pm
---------------------------------------------------------
Try under admin -> Attachments and avatars.
#Post#: 3749--------------------------------------------------
Re: Image Size Limits
DIR By: CB
Date: March 2, 2012, 12:01 am
---------------------------------------------------------
The problem is related to those that like to Hotlink from other
Sites like Photobucket. And I checked in Attachments and dropped
the size way down to thumbnail size and the images are still
MASSIVE.
What now?
#Post#: 3761--------------------------------------------------
Re: Image Size Limits
DIR By: CB
Date: March 3, 2012, 11:23 am
---------------------------------------------------------
Bump
#Post#: 3763--------------------------------------------------
Re: Image Size Limits
DIR By: Andrew
Date: March 3, 2012, 4:52 pm
---------------------------------------------------------
Images inserted from Photobucket are NOT in the Attachments and
Avatars.
Unfortunately, I don't think it's possible to edit the images
that are inserted using the IMG code.
#Post#: 7826--------------------------------------------------
Re: Image Size Limits
DIR By: CB
Date: December 31, 2012, 8:30 pm
---------------------------------------------------------
Has there been any updates to the ability to manually adjust
images that are hot linked from sites like Photobucket, IMGUR,
etc...?
Thanks.
#Post#: 7827--------------------------------------------------
Re: Image Size Limits
DIR By: xboi209
Date: December 31, 2012, 8:41 pm
---------------------------------------------------------
It's possible through coding, I'll have to write one later.
#Post#: 7828--------------------------------------------------
Re: Image Size Limits
DIR By: CB
Date: December 31, 2012, 9:46 pm
---------------------------------------------------------
Sounds good. Let me know when it's ready and I'll add it to
Penny Can
HTML http://pennycan.createaforum.com/index.php.
Thanks dude!
#Post#: 7829--------------------------------------------------
Re: Image Size Limits
DIR By: xboi209
Date: December 31, 2012, 10:45 pm
---------------------------------------------------------
Headers(unless you already have jQuery):
--- Code ---
<script
src="
HTML http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
--- End Code ---
Footers:
--- Code ---
<script>$(window).load(function(){function
xboi209_resizeimg(width,height){$("img.bbc_img").each(function(){if($(this).width()>width){$(this).width(width)}if($(this).height()>height){$(this).height(height)}})}xboi209_resizeimg(640,480)});</script>
--- End Code ---
Any images in posts that are bigger than 640x480 will be resized
to 640x480, you can change this by replacing the numbers near
the end of the code to suit your needs. Note that your web
browser must finish loading EVERYTHING before the resizing
happens so if you have a slow internet connection, you'll have
to deal with the huge images until the entire page is finished
loading.
#Post#: 7860--------------------------------------------------
Re: Image Size Limits
DIR By: CB
Date: January 3, 2013, 6:27 pm
---------------------------------------------------------
Thanks for the code dude. Question, am I suppose to insert in
both headers and footers? Does it matter than I have other codes
already in there? Any conflicts?
Thanks.
*****************************************************
Page 1 of 2
DIR Next Page