1.

Solve : Image Resize Possible??

Answer»

Hi everyone,

I would LIKE to know if this is possible.On my articles i would like to have images that can be expanded via a mouse hover or a click of the mouse.e.g;like on Ebay where you see a small image and you click on it and it expands to show the full size!Is this possible? is this hard to achieve? can this be done via the editor.

Thanks for any and all ANSWERS....eBay and a lot of other SITES create a new THUMBNAIL image from the larger one, usually. However, you can try this:

Code: [Select]<img src="image.jpg" height="250" width="120" onclick="window.open('http://www.website.com/image.jpg', '_blank', 'width=800, height=500');" />
In the part, "window.open......", the URL should be the same as the image's source.



Discussion

No Comment Found