ageekymonk / hugo-tracks-theme

This is port of Tracks theme
MIT License
21 stars 21 forks source link

Image does not work on Android / Chrome #3

Open Ceaus opened 7 years ago

Ceaus commented 7 years ago

In the standard example site, the images do not show correctly on Android. Neither in portrait nor landscape (see attachment).

(It is somehow related to the screen size, as it also does not work in portrait on my Nexus7 (2013). But it does work correctly on the Nexus7 in landscape) screenshot_20170430-081025

ghost commented 6 years ago

I don't think it's OS related as I see the same issue on both Windows and Linux desktop if the browser window is narrow enough (used Vivaldi and Qutebrowser, both of which use the same web engine as Chrome), but also on Safari on iOS.

cookmatt commented 6 years ago

I ran into this today and did a bit of debugging and I think this is a CSS issue. It looks like there are @media specific styles for above 768px width and less than 495px but in between there is nothing specific defined. I have not tried to fix yet but will update when I get change to investigate further.