bullcitydave / pett.io

The only pet showcase you'll ever need! (Truly my pet project, until Parse went away, and I, sadly, never migrated it to a vanilla MongoDB with vanilla Backbone)
http://pett.io
2 stars 0 forks source link

Mobile view truncates background image #163

Closed bullcitydave closed 9 years ago

bullcitydave commented 9 years ago

Remains a mystery why Nexus 5 truncates view. Looks fine on emulator. Unknown how splash renders in actuality on other devices. But it's not really a bug-2. Downgrading. screenshot_2014-09-24-03-03-43

bullcitydave commented 9 years ago

Stackoverflow posts indicate long-standing bug in Android. Suggestions to set html height and width to 100% worked in mobile but led to background cover turning off. Using background-size: initial for mobile, background-size: cover !important >= 480px