Quote:
Originally Posted by Pirate45
Would it be possible to have another version of this that would apply ONLY to the blogs?
|
If there is a way to determine
wether we're inside a blog or not, then it should be pretty easy to modify the
ncode_imageresizer_headinclude template so that the blog sidebar payload (200px) is taken into consideration, eg.
NcodeImageResizer.MAXWIDTH = NcodeImageResizer.MAXWIDTH - 200;.