[ONLY TOPIC] Image Auto-Resize not working?
Page 1 of 2 • Share •
Page 1 of 2 • 1, 2 
[ONLY TOPIC] Image Auto-Resize not working?
| Made an only topic |
A couple of my forum users have posted that the image resizing isn't working.
We have a thread of people posting their favourite images from the web using the [img] tags.
The forum is configured to automatically resize these images to 700x525 (under Admin>General>Messages and Emails>Configuration>Images resize). It was working fine up until a couple of hours ago and now all of the images are appearing at full size. I have removed the the very small amount of JS on the forum and it makes no difference. I have also tried it in IE8, Firefox and Chrome and it's all the same.
I know there was an issue with this back in December... http://help.forumotion.com/t101765-images-resizer-not-working
...But this was solved, right? Is anyone else having this issue currently?
Stampers- Forumotion Member
- Posts: 2
Language: English
Points: 1
Join date: 2011-11-09

Johnny Doc- Forumotion Member
-

Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15
Re: [ONLY TOPIC] Image Auto-Resize not working?
Johnny Doc wrote:Read this:
http://help.forumotion.com/t102671-image-resize#668299
Many thanks for the quick reply!
I apologise, I didn't know where to post this when I wrote it.
I guess I'll just have to twiddle my fingers and find something else to do in the meantime!
Thanks again for the info.
Stampers- Forumotion Member
- Posts: 2
Language: English
Points: 1
Join date: 2011-11-09
Re: [ONLY TOPIC] Image Auto-Resize not working?
Thank you for the info too.
I have the same problem, so I'll wait for now.
I have the same problem, so I'll wait for now.
Amarena- Forumotion Member
- Posts: 1
Language: Romanian
Points: 1
Join date: 2012-01-06
Re: [ONLY TOPIC] Image Auto-Resize not working?
You're welcome

Johnny Doc- Forumotion Member
-

Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15
Re: [ONLY TOPIC] Image Auto-Resize not working?
Hi,
The techs/Devs are now aware of the issue, and it will be treated on either tomorrow morning, or monday morning.
I'm sorry about this. I guess a edit was made to the JQuery file again.
The techs/Devs are now aware of the issue, and it will be treated on either tomorrow morning, or monday morning.
I'm sorry about this. I guess a edit was made to the JQuery file again.
Re: [ONLY TOPIC] Image Auto-Resize not working?
I think it will be repaired soon
The first time it happened December 20, 2011
I read, and the problem is on different browsers. I use Opera11, Maxthon3
I'm sorry
that I set up a new topic about this problem, but I know English poorly
The first time it happened December 20, 2011
I read, and the problem is on different browsers. I use Opera11, Maxthon3
I'm sorry
that I set up a new topic about this problem, but I know English poorly
teres- Forumotion Member
-

Posts: 7
Language: polish - english
Location: Poland
Points: 6
Join date: 2011-12-21
Re: [ONLY TOPIC] Image Auto-Resize not working?
RE;
anyone up for a temporary solution?
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.
PunBB or PHPBB3:
PHPBB2 or InVision:
anyone up for a temporary solution?
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.
PunBB or PHPBB3:
- Code:
div.postbody img {
max-width: 300px;
max-height: 150px;
}
PHPBB2 or InVision:
- Code:
.postbody img {
max-width: 300px;
max-height: 150px;
}
Re: [ONLY TOPIC] Image Auto-Resize not working?
Darren1 wrote:RE;
anyone up for a temporary solution?![]()
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.
PHPBB2 or InVision:
- Code:
.postbody img {
max-width: 300px;
max-height: 150px;
}![]()
Darren1
many thanks for the hint.
Have put in the CSS on my forum
.postbody img {max-width: 400px;
max-height: 300px;}
Hurray, it works!
It is unfortunate
that this option does not work to reduce images - or returnthis possibility
It was very cool and comfortable
Last edited by teres on January 8th 2012, 2:27 am; edited 1 time in total
teres- Forumotion Member
-

Posts: 7
Language: polish - english
Location: Poland
Points: 6
Join date: 2011-12-21
Re: [ONLY TOPIC] Image Auto-Resize not working?
teres:
The techs are trying to fix it.
The techs are trying to fix it.
Helpful Links
Forum Rules
Lost Founder's Password
(Do not send me a PM about resetting your password.
Send a PM to one of the listed staff members in the link.)
Tricks & Tips
Frequently Asked Questions
How To Report A Forum
Forum Rules
Lost Founder's Password
(Do not send me a PM about resetting your password.
Send a PM to one of the listed staff members in the link.)
Tricks & Tips
Frequently Asked Questions
How To Report A Forum
Re: [ONLY TOPIC] Image Auto-Resize not working?
Good to hear that news.
Actually i though that i'm the only one who experience this.
Actually i though that i'm the only one who experience this.

E-Mark- Forumotion Member
- Posts: 438
Age: 14
Language: English, Filipino
Location: Republic of the Philippines
Points: 782
Join date: 2010-04-20
Re: [ONLY TOPIC] Image Auto-Resize not working?
wrote = slgSupport Moderator
"The techs are trying to fix it."
If the issue is resolved
I have to throw away? This listing on the CSS
If the reduction is corrected images
Will the information in this topic
"The techs are trying to fix it."
If the issue is resolved
I have to throw away? This listing on the CSS
If the reduction is corrected images
Will the information in this topic
teres- Forumotion Member
-

Posts: 7
Language: polish - english
Location: Poland
Points: 6
Join date: 2011-12-21
Re: [ONLY TOPIC] Image Auto-Resize not working?
If the issue is resolved then yes, the CSS given to you by Darren will not be needed any more. Please avoid using bold, thanks. 
Last edited by Base on January 10th 2012, 2:19 pm; edited 1 time in total


Tutorial Contributors - Are you a keen tutorial writer?
Useful Links
General Rules | Forumotion Team | Lost Founder Password | Frequently Asked Questions | Tricks and Tips | Announcements and Updates | Report a forum | Forum Utilities | No support via PM
Re: [ONLY TOPIC] Image Auto-Resize not working?
Autoresize still not working!!!
acteeno- Forumotion Member
-

Posts: 12
Age: 30
Language: Lithuanian, English, Russian
Points: 9
Join date: 2011-05-21
Re: [ONLY TOPIC] Image Auto-Resize not working?
Darren1 wrote:RE;
anyone up for a temporary solution?![]()
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.
PunBB or PHPBB3:
- Code:
div.postbody img {
max-width: 300px;
max-height: 150px;
}
PHPBB2 or InVision:
- Code:
.postbody img {
max-width: 300px;
max-height: 150px;
}![]()
OK this temporary solution works... we can change width and height

Johnny Doc- Forumotion Member
-

Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15
Re: [ONLY TOPIC] Image Auto-Resize not working?
Yes, this works, many thanks:) Sorry, did not read carefully.
acteeno- Forumotion Member
-

Posts: 12
Age: 30
Language: Lithuanian, English, Russian
Points: 9
Join date: 2011-05-21
Re: [ONLY TOPIC] Image Auto-Resize not working?
thx Darren1

cro.chopper- Forumotion Member
-

Posts: 45
Age: 39
Language: bad english & croatian
Location: zagreb
Points: 122
Join date: 2007-11-19
Re: [ONLY TOPIC] Image Auto-Resize not working?
Im usless with CSS so i guess i will just have to wait for the fix..
Re: [ONLY TOPIC] Image Auto-Resize not working?
it had happened yesterday.
hope Tech-staff solve this problem soon.
hope Tech-staff solve this problem soon.
Re: [ONLY TOPIC] Image Auto-Resize not working?
I've head that the fix is now online, as hoped, this morning 
Is it fixed for everyone?
Is it fixed for everyone?
Re: [ONLY TOPIC] Image Auto-Resize not working?
On my forums, the image resizer is working now.
Helpful Links
Forum Rules
Lost Founder's Password
(Do not send me a PM about resetting your password.
Send a PM to one of the listed staff members in the link.)
Tricks & Tips
Frequently Asked Questions
How To Report A Forum
Forum Rules
Lost Founder's Password
(Do not send me a PM about resetting your password.
Send a PM to one of the listed staff members in the link.)
Tricks & Tips
Frequently Asked Questions
How To Report A Forum
Re: [ONLY TOPIC] Image Auto-Resize not working?
yeah. the image resizer is working now.
but some jquery codes stop working suddenly
but some jquery codes stop working suddenly
Re: [ONLY TOPIC] Image Auto-Resize not working?
In my forums is not working yet..
http://www.francuskiautomobili.com/t79-upustvo-za-postavljenje-slika-na-forum
http://www.francuskiautomobili.com/t79-upustvo-za-postavljenje-slika-na-forum

krcko- Forumotion Member
-

Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15
Re: [ONLY TOPIC] Image Auto-Resize not working?
It is imperative that you clear the cache & cookies of your browser for this to work, if it isn't working yet.

krcko- Forumotion Member
-

Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15
Re: [ONLY TOPIC] Image Auto-Resize not working?
krcko wrote:I'm clear the cache & cookies, not working..
Have you got any dimensions for it to resize to?
Admin panel >> General > Messages / Configuration > Resize

krcko- Forumotion Member
-

Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15
Re: [ONLY TOPIC] Image Auto-Resize not working?
OK... then copy this code in CSS:
Replace values for width and height with 640 and 480 or 600 and 400... or do as you like
- Code:
.postbody img {
max-width: 300px;
max-height: 150px;
}
Replace values for width and height with 640 and 480 or 600 and 400... or do as you like

Johnny Doc- Forumotion Member
-

Posts: 125
Language: English
Location: Somewhere Over The Rainbow
Points: 125
Join date: 2011-10-15
Re: [ONLY TOPIC] Image Auto-Resize not working?
Thanks for help, it's work

krcko- Forumotion Member
-

Posts: 7
Language: serbian
Location: Belgrade
Points: 6
Join date: 2011-12-15
Page 1 of 2 • 1, 2 
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum

Home

by Stampers on January 6th 2012, 11:46 am










