The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Image Zoom

Go down

Image Zoom Empty Image Zoom

Post by Ails February 20th 2009, 4:05 am

I have this script:


Code:
<script>
var nW,nH,oH,oW;
function zoomToggle(iWideSmall,iHighSmall,iWideLarge,iHighLarge,whichImage){
oW=whichImage.style.width;oH=whichImage.style.height;
if((oW==iWideLarge)||(oH==iHighLarge)){
nW=iWideSmall;nH=iHighSmall;}else{
nW=iWideLarge;nH=iHighLarge;}
whichImage.style.width=nW;whichImage.style.height=nH;
}
</script>

But it requires me to post a image using HTML tags

I want the members to be able to post images that can be zoomed when clicked
avatar
Ails
New Member

Posts : 1
Reputation : 0
Language : Portuguese

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum