Live Demo
first : copy the attach file to your forum root
then :
open : yourstyle/template/viewtopic_body.html
find
Code: Select all
<!-- INCLUDE overall_header.html -->
Code: Select all
<style type="text/css">
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}
</style>
<script type="text/javascript" src="expando.js">
</script>
BBcode usage
Code: Select all
[imgexpo]{URL}[/imgexpo]
Code: Select all
<img class="expando" border="0" src="{URL}" width="100" height="75">
and Go
Source