CRYLIOX's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Sliding/Bouncing images!!

So today I figured out how to create sliding images and bouncing ones too, as you can see on my profile and it really isn't hard! So I'll show you I guess.


/*SLIDING
*/<marquee behavior="scroll" direction="left">
<img src="(GIF or image link)" alt="(Any name!)">
</marquee>
/*BOUNCING*/
<marquee behavior="alternate">
<img src="GIF or image link" width="150" height="108" alt="(Name)">
</marquee>
You can also change the speed of the image
just add scrollamount=(number) 1 being the lowest.
ย 
Make sure you put the dimensions right so the image or GIF isn't too squished or too long.ย 
That's it! Have fun!


7 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

แฏ“ แกฃ๐ญฉ๐’Œ๐’Š๐’˜๐’Š

แฏ“ แกฃ๐ญฉ๐’Œ๐’Š๐’˜๐’Š's profile picture

How do I add multiple images? :)


Report Comment