Boogley's profile picture

Layout published by Boogley

published
updated

Add to Favorites

View Layouts

View Profile

Report Layout

How to add an image to the corner of your profile

Tags: template

Description:

Just add you image URL and you're ready to go. It's currently positioned for the bottom right of the screen. To change that you must change the amounts in: right, bottom, height, etc.

Also no need to comment on using or whatever cx if you have issues or confusion lmk though.

EDIT: I've had a few people ask how to use this code template for more than one image so I will try my best to explain c:
In the code the word "image" shows up three times. You need to change that to a different word for each entree.
For example in my personal profile code I am using this code for two different images/gifs one I put Mushroom, the other Mushy.



<style>
/* corner image. hidden on mobile */
.image {
    background: url('URL') no-repeat;
    background-size: 100%!important;
    position: fixed;
    right: 0px;
    bottom: 0px;
    height: 320px;
    width: 300px;
    z-index: 1000;
    opacity: 1;
}
@media (max-width: 600px) {
.image{display:none;}
}
</style>
<div class="image"></div>

<style>
/* corner image. hidden on mobile */
.mushroom{
    background: url('URL') no-repeat;
    background-size: 100%!important;
    position: fixed;
    right: 0px;
    bottom: 0px;
    height: 320px;
    width: 300px;
    z-index: 1000;
    opacity: 1;
}
@media (max-width: 600px) {
.mushroom{display:none;}
}
</style>
<div class="mushroom"></div>

Copy and paste this code into the "About me" section of your Profile to use it.

Caution: This Layout was not inspected by SpaceHey — use it at your own risk.


Comments

Displaying 20 of 117 comments ( View all | Add Comment )

HANNOI 

HANNOI 's profile picture

Is there any way to make it appear after your loading screen is playing?


Report Comment



hey did you find this out?? i kinda need it lol

by four; ; Report

applepie9

applepie9's profile picture

Hi!! this is a really cool thing but can i somehow block it to not move from place when for example i add something to my page and its like idk "longer"..?? Or when someone is my friend and the "... is your friend" box appears? :(


Report Comment



Im pretty sure you gotta add smth like "fixed" to it but just so yk before you do like it can end up blocking stuff on your page if someone has a different screen size and the position will look different on devices (and ik this cause i tried to do that before) im not sure though if like theres a way for it not to interfere and block things if it were in a fixedposition but i think theres a layouthelp blog that tells you how to keep it in a fixed position if you were to want to do that btw goodluck hope you figure it out!

by c2er; ; Report

also if you want any help i could try to find the old code i used for it to stay in one place and not to move when you scroll but idk if i still have it

by c2er; ; Report

Silvia

Silvia's profile picture

TThankyou


Report Comment

odalys

odalys's profile picture

you're amazing omg ily tysm


Report Comment

⇱Brooklyn⇲

⇱Brooklyn⇲'s profile picture

Youre a fuckin legend for this.


Report Comment

-->KONE

-->KONE's profile picture

THANKYOU SO MUCH FOR THIS, i owe you my brothers first born child


Report Comment

wbi-archive

wbi-archive's profile picture

thank you so much much for this guide, i couldn't figure out how to do this on my own. Now i can make my profile at least a little bit more mobile friendly


Report Comment

mario

mario's profile picture

using tysm


Report Comment

ianmustdie

ianmustdie's profile picture

thank u!! will be using


Report Comment

Big Parma

Big Parma's profile picture

hey, idk why but this just isn't working for me, Any advice? thx :-))


Report Comment



ngl what i had trouble with was that the code wasnt in its own style tag. idk if it's the right way to do it, but for each picture i had it looked like this :


.band {
background: url('https://i.ibb.co/9HP7W22K/Im-with-the-band.png') no-repeat;
background-size: 100%!important;
position: fixed;
right: 30px;
bottom: 0px;
height: 700px;
width: 250px;
z-index: 1000;
opacity: 1;
}
@media (max-width: 600px) {
.band{display:none;}
}

by ianmustdie; ; Report

Luna

Luna's profile picture

usinghgggg ty


Report Comment

saurnn ☾𓋹

saurnn ☾𓋹's profile picture

USINGG


Report Comment

angeliphobia

angeliphobia's profile picture

using ^^
btw i have a loading screen and when i view my profile the image show up over the screen. Is there a way to change this so that the image is under the loading screen? Awesome tutorial btw :)


Report Comment



same problem here, did you find a way to fix it?

by TOKIDOXIKA; ; Report

if you want the loading screen to display on top of the image set the z-index to something bigger like:
image z-index: 1000
loading screen z-index: 2000

by ☆mars☆; ; Report

​🇸​​🇵​​🇴​​🇴​​🇰​​🇾​ ❗

​🇸​​🇵​​🇴​​🇴​​🇰​​🇾​ ❗'s profile picture

using


Report Comment

cupkakes4life!

cupkakes4life!'s profile picture

using! :-)


Report Comment

Ghost

Ghost's profile picture

using!!! this is v cool, ty!!


Report Comment

_maybeâmoth_

_maybeâmoth_'s profile picture

using!!


Report Comment

GAZEB0 :3

GAZEB0 :3's profile picture

using!


Report Comment

GHOSTLY_T0ASTLY

GHOSTLY_T0ASTLY's profile picture

using!!


Report Comment

OkayOllie

OkayOllie's profile picture

Using, thank you!


Report Comment