#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Jul 22, 2013 14:45:31 GMT -8
This plugin will resize over-sized images to the dimensions you specify, but will allow you to view the image full size by clicking on it. It will not, nor can it change the file size of the image, that will remain the same no matter how small you chose to make your posted images. Plugin
Current version 2.0.5 Latest VersionFor the plugin to work properly, you need to have large images displayed full size in your settings. 2.0.5 Added option to move resizing info below the image or to omit it altogether.
2.0.4 Added image protection to images that are not resized.
2.0.3 Updated to override PB's image resizing function.
2.0.2 Updated page changing function to make it more reliable
2.0.1 Complete re-write. Added option to add protection to resized images..
2.0.0 Complete rewrite, hopefully fixing the unreliability of some browsers to resize the images.
1.0.8 Tweaked resizing function.
1.0.7 Added image resizing to PMs
1.0.6 Updated to ignore the Chess System plugin.
1.0.5 Added class to containing <div>s.
1.0.4 Fixed bug where small images may be oversized.
1.0.3 Updated to help with page switching.
1.0.2 Updated to include quoted images.
1.0.1 Updated to include height option.
|
|
inherit
133488
0
Nov 21, 2024 13:05:35 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Jul 23, 2013 14:23:23 GMT -8
Thank you Todge.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 21, 2013 9:38:34 GMT -8
Version 1.0.3 available.
Updated to help with page switching and tidied up the code.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 22, 2013 14:56:09 GMT -8
When I sent version 1.0.1 to the library there was an error stopping us from updating version numbers. Therefore, the version currently in the library IS 1.0.1, just numbered incorrectly. Version 1.0.3 has been submitted, but will take a day or two before it's accepted. So, either check back in a couple of days, or use the Plugin link instead.
|
|
inherit
greenwaves31@hushmail.com
197212
0
Jun 24, 2014 18:53:15 GMT -8
ScentOfPeonies
12
July 2013
scentofpeonies
|
Post by ScentOfPeonies on Sept 28, 2013 21:49:12 GMT -8
Hey, I have a bit of trouble with this resizing smaller images. I specified that I wanted the maximum image size to be 500 pixels wide, and now it's resizing everything, including emotes, to be 500 pixels wide. Is there something I did wrong?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 29, 2013 4:21:34 GMT -8
Hey, I have a bit of trouble with this resizing smaller images. I specified that I wanted the maximum image size to be 500 pixels wide, and now it's resizing everything, including emotes, to be 500 pixels wide. Is there something I did wrong? The code shouldn't even see images less than a certain size. Something has obviously gone awry. Could you please post a link to a page where this is happening? Thanks. Scratch that, it was a bug introduced into the code while I was 'experimenting'. Try version 1.0.4, it should now work correctly.
|
|
inherit
greenwaves31@hushmail.com
197212
0
Jun 24, 2014 18:53:15 GMT -8
ScentOfPeonies
12
July 2013
scentofpeonies
|
Post by ScentOfPeonies on Sept 29, 2013 7:03:10 GMT -8
Thank you! It works now.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 29, 2013 13:04:54 GMT -8
No worries..
|
|
kadona
Junior Member
Posts: 359
inherit
kadona76@gmail.com
197438
0
Aug 30, 2015 16:55:11 GMT -8
kadona
359
July 2013
donkath
|
Post by kadona on Oct 12, 2013 17:52:10 GMT -8
Thank you for this plug-in Todge. Can you tell me if I am doing something wrong? When I try to resize my images to any of the sizes displayed they do not change at all. They always come out as small. This is the link to my forum: link
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Oct 13, 2013 2:41:51 GMT -8
The code appears to be working. You have the dimensions in the code set to 800x400. Because the images I looked at are 'portrait' they are higher then they are wide, therefore the width will be reduced well beyond your setting of 800 pixels to fit the 400 pixel height.
Try leaving the height setting blank, or have it higher than the width setting to try and stop it overriding the width.
|
|
kadona
Junior Member
Posts: 359
inherit
kadona76@gmail.com
197438
0
Aug 30, 2015 16:55:11 GMT -8
kadona
359
July 2013
donkath
|
Post by kadona on Oct 13, 2013 17:05:36 GMT -8
Thank you Todge will give it a go. Also jrryan.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Jan 27, 2014 10:36:28 GMT -8
Certain browsers need images to load fully before they are able to find out their dimensions, and the only real way of ensuring that all the images have fully loaded is to stop the code from working until the page has finished loading in it's entirety.
So, ANYTHING that is causing the page to load slowly will effect those plugins, be it other plugins, extra large images, or even a slow server.. The images can all be there for you to see, but if the page hasn't finished loading, the plugin will not activate.
When I was testing the code, one thing that I did notice that could cause a delay was the ads. Sometimes they would take a while to load, and in doing so would prevent the images from resizing.
Depending on which browser you are using, if the page appears to be hanging, the current object that is loading will be displayed at the bottom left of the page, that MAY give you some incite into what is effecting the loading times.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Jan 27, 2014 14:43:27 GMT -8
Sorry, I didn't mean to imply it WAS the ads, I was using them as an example, and it doesn't have to be PB's server holding the page up, any content, no matter where it's being loaded from, can cause page loading to stall.
If it does it in FF, what does it say is currently loading at the bottom left of the screen, and is it usually the same object?
That said, all of your linked pages loaded fine for me just now.
|
|
inherit
davtaka@gmail.com
196512
0
Oct 5, 2021 19:33:36 GMT -8
cornholio
113
July 2013
cornholio
|
Post by cornholio on Jan 27, 2014 15:52:53 GMT -8
Hey again, Todge, buddy Is there a way to take off the message that says the image was resized? ...Really not a big deal, but it would look nice. Thanks!
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 27, 2014 16:58:52 GMT -8
Todge, Just wanted to say, I installed this about a week ago. Thanks. It helps on several fronts. Some people just post huge images not realizing they are huge and this automatically takes care of that, making their life easier and the forum looks nicer. I used to have to go into their posts and reduce the 100% to 40% to fix the issue. Now I don't. I like to use text wrap and if others try to do that with this plug in it may not work, but I found that if I adjust the 100% to 30%, then I can still use the text wrap with your plug in. NICE!
|
|