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

Status
Not open for further replies.

blackpearl

The Devil
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))

:) :)
 

JGuru

Wise Old Owl
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!
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.
 
Status
Not open for further replies.
Top Bottom