Quote:
Originally Posted by BirdOPrey5
Well with height removed now you could add an option, probably best to define the large width so you can use:
Code:
<img src="{param}" width="200" ondblclick='this.src="{param}";this.width={option}' onclick='this.src="{param}";this.width=200' align="left" hspace="10">
[RI="800"]http://yourwebsite/image.gif[/RI]
Double clicking enlarges the image to 800px wide.
|
Although it's not necessary now your idea is a very good one for allowing that extra option of max display size per image. That will no doubt be useful to me later

.