The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[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 1, 2  Next

Go down

Solved [ONLY TOPIC] Image Auto-Resize not working?

Post by Stampers January 6th 2012, 7:46 pm

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?

avatar
Stampers
New Member

Posts : 2
Reputation : 1
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Festina Lente January 6th 2012, 7:50 pm

Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Stampers January 6th 2012, 7:56 pm

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.
avatar
Stampers
New Member

Posts : 2
Reputation : 1
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Amarena January 6th 2012, 8:00 pm

Thank you for the info too.
I have the same problem, so I'll wait for now.
avatar
Amarena
New Member

Posts : 1
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Festina Lente January 6th 2012, 8:09 pm

You're welcome
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 January 6th 2012, 8:19 pm

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.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by teres January 7th 2012, 6:23 pm

I think it will be repaired soon Smile

The first time it happened December 20, 2011
I read, and the problem is on different browsers. I use Opera11, Maxthon3

I'm sorry Embarassed
that I set up a new topic about this problem, but I know English poorly Sad
teres
teres
New Member

Female Posts : 9
Reputation : 1
Language : polish - english
Location : Poland

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 January 7th 2012, 7:29 pm

RE;

anyone up for a temporary solution? pirat
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;
        }


Smile
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by teres January 8th 2012, 10:24 am

Darren1 wrote:RE;

anyone up for a temporary solution? pirat
Insert this in your CSS: Admin panel >> Display > COlours > CSS StyleSheet.

PHPBB2 or InVision:
Code:
        .postbody img {
        max-width: 300px;
        max-height: 150px;
        }


Smile


Darren1
many thanks for the hint. thumright flower
Have put in the CSS on my forum
.postbody img {max-width: 400px;
max-height: 300px;}
Hurray, it works! :wouhou: Very Happy

It is unfortunate Crying or Very sad
that this option does not work to reduce images - or returnthis possibility
It was very cool and comfortable

bye


Last edited by teres on January 8th 2012, 10:27 am; edited 1 time in total
teres
teres
New Member

Female Posts : 9
Reputation : 1
Language : polish - english
Location : Poland

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by SLGray January 8th 2012, 10:26 am

teres:

The techs are trying to fix it.


[ONLY TOPIC] Image Auto-Resize not working?  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by E-Mark January 8th 2012, 10:36 am

Good to hear that news.
Actually i though that i'm the only one who experience this. Smile
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by teres January 8th 2012, 10:48 am

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

teres
teres
New Member

Female Posts : 9
Reputation : 1
Language : polish - english
Location : Poland

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Base January 8th 2012, 10:50 am

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. Smile


Last edited by Base on January 10th 2012, 10:19 pm; edited 1 time in total
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by acteeno January 8th 2012, 3:02 pm

Autoresize still not working!!!
avatar
acteeno
New Member

Male Posts : 15
Reputation : 0
Language : Lithuanian, English, Russian

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Festina Lente January 8th 2012, 3:08 pm

Darren1 wrote:RE;

anyone up for a temporary solution? pirat
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;
        }


Smile

OK this temporary solution works... we can change width and height
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by acteeno January 8th 2012, 3:18 pm

Yes, this works, many thanks:) Sorry, did not read carefully.
avatar
acteeno
New Member

Male Posts : 15
Reputation : 0
Language : Lithuanian, English, Russian

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by cro.chopper January 8th 2012, 5:21 pm

thx Darren1
cro.chopper
cro.chopper
Forumember

Male Posts : 46
Reputation : 0
Language : bad english & croatian
Location : zagreb

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by curby23 January 8th 2012, 5:40 pm

Im usless with CSS so i guess i will just have to wait for the fix.. Shocked
curby23
curby23
New Member

Male Posts : 12
Reputation : 0
Language : english
Location : Bolton UK

http://www.bristlenoseworld.com/index.htm

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by c3vietk January 8th 2012, 5:46 pm

it had happened yesterday.
hope Tech-staff solve this problem soon.
c3vietk
c3vietk
Forumember

Male Posts : 65
Reputation : 41
Language : Vietnamese, HTML, Javascript, C#, PHP
Location : Vietnam, HCMc

http://diendan.chinhphuc.info/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 January 9th 2012, 7:39 pm

I've head that the fix is now online, as hoped, this morning Very Happy

Is it fixed for everyone?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by c3vietk January 10th 2012, 3:02 am

Evil or Very Mad it hasn't been solved
c3vietk
c3vietk
Forumember

Male Posts : 65
Reputation : 41
Language : Vietnamese, HTML, Javascript, C#, PHP
Location : Vietnam, HCMc

http://diendan.chinhphuc.info/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by SLGray January 10th 2012, 3:58 am

On my forums, the image resizer is working now.


[ONLY TOPIC] Image Auto-Resize not working?  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by c3vietk January 10th 2012, 5:16 am

yeah. the image resizer is working now.
but some jquery codes stop working suddenly Sad
c3vietk
c3vietk
Forumember

Male Posts : 65
Reputation : 41
Language : Vietnamese, HTML, Javascript, C#, PHP
Location : Vietnam, HCMc

http://diendan.chinhphuc.info/

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko January 10th 2012, 8:05 pm

krcko
krcko
New Member

Male Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 January 10th 2012, 8:18 pm

It is imperative that you clear the cache & cookies of your browser for this to work, if it isn't working yet.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko January 10th 2012, 8:44 pm

I'm clear the cache & cookies, not working..

[ONLY TOPIC] Image Auto-Resize not working?  Slikap.th
krcko
krcko
New Member

Male Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Darren1 January 10th 2012, 8:59 pm

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
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko January 10th 2012, 9:12 pm

Yes..Not working 2 days

[ONLY TOPIC] Image Auto-Resize not working?  Slikaq.th

krcko
krcko
New Member

Male Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by Festina Lente January 10th 2012, 9:21 pm

OK... then copy this code in CSS:

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
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

Solved Re: [ONLY TOPIC] Image Auto-Resize not working?

Post by krcko January 10th 2012, 9:43 pm

Thanks for help, it's work bye
krcko
krcko
New Member

Male Posts : 7
Reputation : 1
Language : serbian
Location : Belgrade

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum