Closed (fixed)
Project:
Sports Pickem
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2014 at 15:29 UTC
Updated:
3 Sep 2015 at 01:14 UTC
Jump to comment: Most recent
Comments
Comment #2
jvandervort commentedComment #3
tlreiners commentedCSS Sprite doesn't render for higher resolution displays. One method is to use a media query for the @2x version
found this via google...might help.
Comment #4
jvandervort commentedI've just included higher res images, you can either use them, or the lower, but not both (pickem admin setting).
I know about media queries, but I'm not looking to design my own responsive pickem theme right now.
Just trying to knock down bugs before the season starts.
Comment #5
tlreiners commentedI'm not seeing the option in the pickem admin area for the team logo size (just the site logo). The goal here isn't a responsive theme, it's just to provide images for any theme that won't appear blurry on modern smartphones, tablets, laptops, etc...
Any chance you could provide the high resolution source used to create the sprite? I could use it to create a sprite that is exactly twice the size of the one being used (same layout and spacing proportions but 60 x 3400 px)?
I'll create the image and try to code the additional CSS.
Comment #6
jvandervort commentedI thought you were talking about the site logos.
Yes, the small team logos on various pages are small, but they shouldn't be fuzzier on high-res, just smaller with the same clarity (unless the device is doing something strange with sub-pixels. This would be a larger question I'm not sure how to answer.
Comment #7
tlreiners commentedI've tested it on two "retina" devices and they are blurry on both displays. The browser on these devices draws everything that isn't designed for it's retina display at 2x. So the 25px by 25px team logos are actually rendered as 50px by 50px (zoomed and blurry). This would be present on most Android, Apple, and Microsoft smartphones / tablets built within the past 2 years (also on some desktops / laptops).
I think the images provided in the assets directory will work. I'll submit the additions to the pickem_nfl.css file here.
Comment #8
jvandervort commentedCheck out the latest dev on the my picks page sprites.
Comment #10
jvandervort commentedAlso, does the main rotating logo look good enough, or does it need the same treatment?
Comment #11
tlreiners commentedI had just finished implementing this on my dev site and was about to upload it, but you beat me to it. My solution was very similar.
Your retina logos look good on the two devices that I have!!!
I don't use the rotating site logo functionality, but similar treatment wouldn't hurt, and I'll test it for you.
Comment #12
jvandervort commented