12
Quote:
So now... whats the fix??
Go to /Frameworks/textsanitizer/config.php and find
define('EXTCODE_ENABLE_IMAGE_CLICKABLE', 1); // Enable image clickable, open in a new window
define('EXTCODE_ENABLE_IMAGE_RESIZE', 1); // Enable image resize, applicable only for xcode [img]
Set both to 0.
Unfortunatly, this seems to be sitewide settings, so you will no longer be able to limit the image size by default to 300 and you get no popup with the full size image when you click on it.
Go to /Frameworks/textsanitizer/plugins/image.php and remaove all 8 occurences of
.
It is possible that in other posts with images, the layout will change, because now one new line is missing.