Seeker's profile picture

Published by

published
updated

Category: SpaceHey

Scolling image marquee for spacehey profiles

https://pastebin.com/u2y6D0FJ


I couldn't post it right here cause it doesn't really like it as is.

Welp, seems like i can

<marquee>
<img src="https://i.imgur.com/e2VQwHe.jpg" width="220" height="220"/>
<img src="https://i.imgur.com/9JuLBwo.jpg" width="220" height="220"/>
<img src="https://i.imgur.com/hlQU7EK.jpg" width="220" height="220"/>
//add more lines here to expand
</marquee>

<style>
marquee 
{
    display: inline-block;
    width: -webkit-fill-available;
white-space: nowrap;
}
</style>


7 Kudos

Comments

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