div.table-section:nth-child(odd):after {
content: url(ImageLink);
height: 100%;
width: 100%;
}
There’s this code I found on the SpaceHey subreddit, though I haven’t found any code where you can place the images outside the actual links box u_u so any images placed within this code will have the links border around them
main:after {
content: url(ImageLink);
height: 100%;
width: 100%;
}
This code gives the idea of images under the links section :0 the images are actually outside of the box but that’s because this code places the images after everything on your profile. Therefore, if you have that long section of comments or something, the image will appear after scrolling through all that (and disrupting the illusion u_u)
If you’ve noticed, both codes only have a singular image link spot and that’s because...I have no idea how to insert multiple images using content:url tbh, sorry for that :( I’m just gonna hope someone randomly chimes in on how to do that lmao. Though, you mentioned seeing other profiles having that code, so I’d suggest asking the users themselves about it, too :0 you’ll probably have a better chance with that (if the user is active, but I’d still attempt it either way) than waiting around for a potential forum reply
The height and width stuff just changes the height and width of the image/gif btw. You can increase or decrease the percentage to increase or decrease the height/width (100% = default image height and width)