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!!
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?
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!
there should be a line in the ::after styling labeled "height." just change the number to whatever looks better to you.
Found it, thank you!