Quote:
Originally Posted by mr.gamesbay
This sounds good, but i dont realy know how to use ist.
This part i must put in the CSS of the Style?! Right?
Code:
.imglimit {
cursor: pointer;
border: dotted 1px black;
}
|
Correct
Quote:
But where i have to put this part?
|
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()">