wetfish / blog

A simple node.js blogging platform
GNU Affero General Public License v3.0
0 stars 1 forks source link

It's 2015 and the site isn't responsive #3

Closed itsrachelfish closed 8 years ago

itsrachelfish commented 9 years ago

The wetfish website needs to be updated to support mobile users. Currently the page has a fixed minimum width and content gets cut off on any screens smaller than the minimum. The background animations should probably be disabled for mobile as well, and if possible should pause on desktop when the tab isn't active.

On large screens (at least 2000px wide) the background gets stretched and distorted into weird ovals, and the clouds overflow out of the atmosphere!

itsrachelfish commented 8 years ago

This is partially fixed. The site now uses media queries to properly display across all resolutions, however the cloud animation effect is too CPU / GPU intensive for most phones and should be disabled.

itsrachelfish commented 8 years ago

This is fixed as of v1.1