Jump to content

PSN Profiles: Please display PS5 games as rectangles


Recommended Posts

On 08/11/2020 at 11:17 PM, Beyondthegrave07 said:

But what if we changed all PS4, PS3, and Vita games to squares instead of rectangles?

tenor.gif?itemid=13597091

 

Serious question. Would that fix everyone's issues? 

Then i would stay with square ??. Just dont want square, rectangle,square, square, rectangle, rectangle, rectangle, square in my trophy list. Looks a bit weird that way lol.

Link to comment
Share on other sites

On 11/8/2020 at 10:05 PM, BlindMango said:

Sly mentioned to us he was looking into either using square images for all games using the images from the PlayStation Store, or switching to rectangular images for the PS5 games like all the other games use, but it may take a little while before he figures out which and puts it in place

 

I don't like that Sony have made the PS5 icons square and sure as heck don't want my previous trophy lists changing to match it.

Link to comment
Share on other sites

10 minutes ago, ciar_gow said:

Biggest problem with the squares is how big they are compared to the rectangles. Is it not just possible to have the squares match the height of the rectangles? Then it keeps the "official" image but doesn't take too much room.

Have a look at my screenshot on previous page : 

 

Link to comment
Share on other sites

On 11/8/2020 at 0:47 PM, Beyondthegrave07 said:

But what if we changed all PS4, PS3, and Vita games to squares instead of rectangles?

tenor.gif?itemid=13597091

 

Serious question. Would that fix everyone's issues? 

Please make the tiles huge so it takes people hours to scroll through their games list

  • Like 1
Link to comment
Share on other sites

For those who absolutely want the old rectangle for all games, just add some forced extra css with an add-on. Here's an example:

a picture img {
  height:56px !important;
}

^ This forces the image to display as if it was 56, nothing will be cropped. Alternatively, you can also do this:

a picture {
  width:100px !important;
  height:56px !important;
}

a picture img {
  object-fit:none !important;
}

Where "object-fit:none" can be replaced however you see fit:

https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit

 

If you're one of those who would prefer they were more circle (or in my example, egg-shaped):

a picture img {
  border-radius:50% !important;
  height:56px !important;
}

 

Someone wanted perfect round, and I also removed the background color:

a picture {
  background:transparent !important;
}

a picture img {
  border-radius:50% !important;
  height:56px !important;
  width:56px !important;
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

 

Or, you can be a total bad-ass, and make it look like this:

image.png

 

 

Illuminati?

 

Yes, that's auto and it reshapes them to triangles of the old rectangle size, while keeping entire image still in the triangle, though at the top there it's a bit squeezed. :D

Edited by MMDE
  • Like 3
Link to comment
Share on other sites

On 11/8/2020 at 8:10 PM, mcnichoj said:

Vocal minority. Most people probably couldn't give one crap, let alone two over the shape change.

 

So they wouldn't care if they were all changed to be consistent. So there's A. pleasing the vocal minority while the silent majority is fine with whatever, and B. ignoring the vocal minority while the silent majority are still fine with whatever. So A pleases more people. Why do people make this argument over and over on this forum? It's terrible. 

  • Like 3
Link to comment
Share on other sites

On 11/10/2020 at 9:49 PM, Clafoutee said:

If anyone use Stylish or Stylus Chrome extension, you can add this CSS :

 


img.game,
picture.game,
picture.game > img {
    height: 56px;
    object-fit: cover;
}

And target psnprofiles.com

 

It's quick and dirty, and I can't publish it on userstyles because the website lags more than the PSN store on my PS4, but it looks like this and it cures my OCD for now :

 

On7d6SmQ_o.png

Yessss

This is perfect.

Thanks!

Link to comment
Share on other sites

On 10/11/2020 at 7:37 PM, MMDE said:

For those who absolutely want the old rectangle for all games, just add some forced extra css with an add-on. Here's an example:


a picture img {
  height:56px !important;
}

^ This forces the image to display as if it was 56, nothing will be cropped. Alternatively, you can also do this:


a picture {
  width:100px !important;
  height:56px !important;
}

a picture img {
  object-fit:none !important;
}

Where "object-fit:none" can be replaced however you see fit:

https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit

 

If you're one of those who would prefer they were more circle (or in my example, egg-shaped):


a picture img {
  border-radius:50% !important;
  height:56px !important;
}

 

Someone wanted perfect round, and I also removed the background color:


a picture {
  background:transparent !important;
}

a picture img {
  border-radius:50% !important;
  height:56px !important;
  width:56px !important;
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

 

Or, you can be a total bad-ass, and make it look like this:

image.png

 

  Reveal hidden contents

Illuminati?

 

Yes, that's auto and it reshapes them to triangles of the old rectangle size, while keeping entire image still in the triangle, though at the top there it's a bit squeezed. :D

Why can't sly add this as a profile on/off toggle? Seems easy enough if you can do it just like that.

  • Like 3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...