Replies

Aug 3, 2024 1 year ago
joItik
is buggin out
User Avatar

Hi, I'm returning to Subeta after a long time, and thought it was time to update my profile. Unfortunately, I can't figure out this small problem. This is my profile at the moment: My problem is, I want the banner image to be zoomed out quite a bit more. This is the code pertaining to the banner image:

:after { background-color: ; background-image:url(https://imgur.com/J1UshWr.png); background-size: cover; background-position: 0 50%;

I'm assuming it's gonna have to do with the background-size: cover; part, but I can't for the life of me figure out what the solution is. Thanks in advance!!

• they/it •
wishlist
[kiss/=smallcritter]
[dance/=smallcritter]
[tot/=smallcritter]
[tree/=smallcritter]

Aug 5, 2024 1 year ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

what do you mean "zoomed out"? that's as zoomed out as the image can get without leaving empty spaces on the sides. the whole point of the "cover" sizing is that it makes the entire width of the image span the entire width of the header. if you increase the height of the section, you'll be able to see more of the top and bottom of the image; is that what you're trying to achieve?

Aug 5, 2024 1 year ago
joItik
is buggin out
User Avatar

owww.... you're right, oops.... I can't seem to find the option to increase the banner size though, but I will search for that now!

• they/it •
wishlist
[kiss/=smallcritter]
[dance/=smallcritter]
[tot/=smallcritter]
[tree/=smallcritter]

Aug 5, 2024 1 year ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

there should be a line in the ::after styling labeled "height." just change the number to whatever looks better to you.

Aug 5, 2024 1 year ago
joItik
is buggin out
User Avatar

Found it, thank you!

• they/it •
wishlist
[kiss/=smallcritter]
[dance/=smallcritter]
[tot/=smallcritter]
[tree/=smallcritter]

Please log in to reply to this topic.