[ONLY TOPIC] Image Auto-Resize not working?
+15
Nera.
sgeorge
krcko
c3vietk
curby23
cro.chopper
acteeno
Base
E-Mark
SLGray
teres
Darren1
Amarena
Festina Lente
Stampers
19 posters
Page 1 of 2
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... https://help.forumotion.com/t101765-images-resizer-not-working
...But this was solved, right? Is anyone else having this issue currently?
Stampers- New Member
- Posts : 2
Reputation : 1
Language : English
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: [ONLY TOPIC] Image Auto-Resize not working?
Many thanks for the quick reply!Johnny Doc wrote:Read this:
https://help.forumotion.com/t102671-image-resize#668299
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- New Member
- Posts : 2
Reputation : 1
Language : English
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- New Member
- Posts : 1
Reputation : 1
Language : Romanian
Re: [ONLY TOPIC] Image Auto-Resize not working?
You're welcome
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
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.
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
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- New Member
- Posts : 9
Reputation : 1
Language : polish - english
Location : Poland
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:
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;
}
- Code:
.postbody img {
max-width: 300px;
max-height: 150px;
}
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
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
Hurray, it works!.postbody img {max-width: 400px;
max-height: 300px;}
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 Sun 08 Jan 2012, 09:27; edited 1 time in total
teres- New Member
- Posts : 9
Reputation : 1
Language : polish - english
Location : Poland
Re: [ONLY TOPIC] Image Auto-Resize not working?
teres:
The techs are trying to fix it.
The techs are trying to fix it.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
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.
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- New Member
- Posts : 9
Reputation : 1
Language : polish - english
Location : Poland
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 Tue 10 Jan 2012, 21:19; edited 1 time in total
Re: [ONLY TOPIC] Image Auto-Resize not working?
Autoresize still not working!!!
acteeno- New Member
- Posts : 15
Reputation : 0
Language : Lithuanian, English, Russian
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:PHPBB2 or InVision:
- Code:
div.postbody img {
max-width: 300px;
max-height: 150px;
}
- Code:
.postbody img {
max-width: 300px;
max-height: 150px;
}
OK this temporary solution works... we can change width and height
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: [ONLY TOPIC] Image Auto-Resize not working?
Yes, this works, many thanks:) Sorry, did not read carefully.
acteeno- New Member
- Posts : 15
Reputation : 0
Language : Lithuanian, English, Russian
Re: [ONLY TOPIC] Image Auto-Resize not working?
thx Darren1
cro.chopper- Forumember
- Posts : 46
Reputation : 0
Language : bad english & croatian
Location : zagreb
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?
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: [ONLY TOPIC] Image Auto-Resize not working?
On my forums, the image resizer is working now.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
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- New Member
- Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade
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.
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
krcko- New Member
- Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade
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
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
krcko- New Member
- Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade
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
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: [ONLY TOPIC] Image Auto-Resize not working?
Thanks for help, it's work
krcko- New Member
- Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade
Page 1 of 2 • 1, 2
Similar topics
» Image style HTML Stop working when Image auto-resize is Enabled.
» [Only Topic] "Host an image" button not working.
» Auto resize screen content?
» Auto resize for forum banner?
» Chatbox auto refresh not working.
» [Only Topic] "Host an image" button not working.
» Auto resize screen content?
» Auto resize for forum banner?
» Chatbox auto refresh not working.
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum