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!
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
𝒌𝒊𝒘𝒊 .ᐟ
How do I add multiple images? :)
Report Comment