Big, Bigger, Biggest........

Status
Not open for further replies.

blackpearl

The Devil
Joined
Feb 15, 2006
Messages
1,080
Open any page of this forum and type this into the address bar and hit ENTER.

Code:
javascript:i=28;void(setInterval("i++;document.images[0].width=i",5))

:) :)
 

manas

Wandering in the zone ...
Joined
Jun 6, 2005
Messages
360
Cool script...
Works on any page with an image. :)
 

JGuru

Wise Old Owl
Joined
Dec 25, 2005
Messages
1,717
Nice zooming Image!!! I also wrote similar stuff in Java language. It can do various
transitions like zooming, rotation etc., Mind you I had to work on the logic to come wih
these effects since it's not a one-liner like in JavaScript, it's more than 200 lines long!!
 

Lucky_star

Still Shining!
Joined
Nov 10, 2006
Messages
1,207
This works in Firefox:

Code:
javascript:i=28;void(setInterval("i++;document.images[[B]0[/B]].width=i",5))

Change that 0 to 12 for zooming in Blackpearl's avatar; 17 for making report post huge.:D

This may produce diffferent results in other browsers. Try experimenting with the numbers.
 

mughal

Broken In
Joined
Feb 26, 2007
Messages
43
grt fun yar..........................................................................
 
Status
Not open for further replies.
Top