조 v1 Jun 26, 2020 @ 7:30am
Steam Profiles Fixed Background + Scaled Backgrounds
My friend was wondering if this was even possible but it looks like a "trivial" change.

As a customization option some users may want a fixed background (video or image) and or scaled backgrounds (videos or images)

This is can be linked to the following .css
https://steamcommunity-a.akamaihd.net/public/css/skin_1/profilev2.css

/* The following can be overwritten or applied with higher priority */ .profile_animated_background > video { position: fixed; /* Scales based on height */ min-width:100%; } /* The following could be added */ .responsive_page_template_content > .profile_page.has_profile_background { background-attachment: fixed; /* Scales based on height */ !background-size: contain; /* Scales based on width */ background-size: cover; background-position-y: center; }

Example of what that'll look like
https://www.youtube.com/watch?v=KSL1Hu9YVkI&t=28s
Last edited by 조 v1; Jun 26, 2020 @ 7:41am
< >
Showing 1-1 of 1 comments
Kietna Qu'Tak Jul 2, 2020 @ 1:29am 
I definitely agree with the option to have fixed background cause it will be visible all the time when scrolling profile page.

I think that background-size "cover" will be more flexible since it will cover whole page (cutting image in some cases) while "contain" may leave blank parts of the page without image.

PS. There is an "full screen" option for background settings and as far as I can see it fits image to width.
Last edited by Kietna Qu'Tak; Jul 2, 2020 @ 1:32am
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Jun 26, 2020 @ 7:30am
Posts: 1