d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > Site Suggestions >
Poll > Add Css3 Background-size Properties To Profile Bg
Add Reply New Topic New Poll
  Guests cannot view or vote in polls. Please register or login.
Member
Posts: 161,550
Joined: Oct 18 2006
Gold: 4.03
Warn: 20%
Jul 10 2014 01:07pm
https://developer.mozilla.org/en-US/docs/Web/CSS/background-size


just contain & cover

Quote
This keyword specifies that the background image should be scaled to be as small as possible while ensuring both its dimensions are greater than or equal to the corresponding dimensions of the background positioning area.


Quote
This keyword specifies that the background image should be scaled to be as large as possible while ensuring both its dimensions are less than or equal to the corresponding dimensions of the background positioning area.



tldr; meaning profile backgrounds that are "full page" will scale to the users resolution of their screen, no matter what device they're on.. making big background pictures look good on everyones machine instead of cuttong off on some and showing a bunch of blank space on others


example:
Code
//Current CSS used on jsp:
url('http://i.imgur.com/u2vA8XO.jpg') no-repeat fixed right bottom #000

//Needed CSS on jsp

//cover:
url('http://i.imgur.com/u2vA8XO.jpg') no-repeat fixed center center / cover #000

//contain
url('http://i.imgur.com/u2vA8XO.jpg') no-repeat fixed center center / contain #000



as you see, very slight change needed just one more field in


would do

This post was edited by GRATS on Jul 10 2014 01:14pm
Member
Posts: 87,007
Joined: May 12 2013
Gold: 1,590.64
Jul 10 2014 01:09pm
yes i agree

Member
Posts: 5,905
Joined: Mar 2 2013
Gold: 0.00
Jul 10 2014 01:21pm
Yes
Member
Posts: 161,550
Joined: Oct 18 2006
Gold: 4.03
Warn: 20%
Jul 13 2014 12:29pm
Yes!
Member
Posts: 15,474
Joined: Jul 4 2009
Gold: 5.55
Trader: Trusted
Jul 13 2014 04:16pm
I voted yes. That's a great idea imo.
Member
Posts: 161,550
Joined: Oct 18 2006
Gold: 4.03
Warn: 20%
Jul 15 2014 01:30pm
thanks would take <5 min to add too :D
Member
Posts: 72,704
Joined: Apr 11 2007
Gold: 0.69
Trader: Trusted
Jul 15 2014 01:39pm
Sure.
Member
Posts: 161,550
Joined: Oct 18 2006
Gold: 4.03
Warn: 20%
Jul 23 2014 01:36pm
up
Go Back To Site Suggestions Topic List
Add Reply New Topic New Poll