ampburner
(ampburner)
2014 年 6 月 18 日午後 3:43
1
Under admin > customize, I have the ability to specify custom css and a html-header for both the desktop and mobile views (independently)
But the site logo is always the same (shared between both views)
I would like the ability to specify a separate image for the mobile view, because my logo is not suitable for small screen displays:
(The font looks kind of crappy on mobile)
This has the additional advantage of saving bandwidth and faster loading times.
Possible implementations:
additional setting for the mobile logo (empty defaults to desktop logo)
allow to override the image via a stylesheet somehow? If that’s possible.
「いいね!」 1
downey
(Michael Downey)
2014 年 6 月 18 日午後 3:44
2
Yes please. This is a problem for anyone with wider logos, I think.
It should be possible with CSS media queries.
This would also help with our hack to get a higher-resolution logo in there for HiDPI displays.
「いいね!」 1
ampburner
(ampburner)
2014 年 6 月 18 日午後 3:47
3
How would you do it with media queries? I guess that you would only be able to manipulate it via css if the image is a style background-image, but not as long as it’s an img src?
downey
(Michael Downey)
2014 年 6 月 18 日午後 3:55
4
「いいね!」 1
riking
(Kane York)
2014 年 6 月 18 日午後 7:47
5
「いいね!」 4
ampburner
(ampburner)
2014 年 6 月 18 日午後 7:51
6
Awesome! Much appreciated!