weekend charting 9 april, page-49

  1. 35 Posts.
    Hi All,

    In terms of the thumbnail images vs full size images, we should just have the best of both worlds. The following javascript will allow you to make your image enlarge when someone clicks on it and then go back to the small size when they double click.


    <img src="image.jpg" width="210" height="109" onclick="this.src='image.jpg';this.height=240;this.width=630" ondblclick="this.src='image.jpg';this.height=109;this.width=210">

    Note that you would have to enter the image name 3 times and the different sizes you want the image expanded too.

 
arrow-down-2 Created with Sketch. arrow-down-2 Created with Sketch.