Quote:
Originally Posted by dis.pater
Correct
I placed it in a separate javascript file which I called resizeall.js and uploaded it to the clientscript directory of vB.
All you should do then is add this line at the bottom of headinclude (you find it under common templates in the template manager).
Code:
<script type="text/javascript" src="clientscript/resizeall.js"></script>
At last you should change the onload in the body tag of the showthread template.
On my board, with vB3.3 the body tag now looks like this
Code:
<body onload="$onload; fiImageResize()">
|
Is there a way to get your image resize method to work on "threadreviewbits", in the "New Reply" page?