Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
imagesize within quotes
schnubor
New
Hi there,
I got a question regarding the automatic image resizing (core function) of big images within a blockquote. It seems like it's not gonna work, meaning quoted big images are simply not resized at all. Is there a way to fix this? If yes, how?
Thank you!
Tagged:
0
Answers
works on my site... do you have an example of it not working?
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Sure: http://mcxu.smileanddie.com/discussion/12/image-quote
Hmm, seems like this time its resizing but not to the correct width - any idea on that?
I just created this discussion, maybe there were some other problems with my theme in the past.
Ok I think I fixed the problem:
Just changed 1 line near the end of the global.js:
From:
var container = img.parents('div.Message');
To:
var container = img.parent();
Thanks so much @schnubor