Skip to content

Landing images now use sprite/aligned + no more animations

username-removed-92236 requested to merge landing_images into master

Fixes #246 (closed)

  • Now, instead of 20 HTTP requests to the server for each image, there is now only one request, which should lighten the load considerably. This was done using a sprite image instead of 20 individual images. (so nice!)
  • No more animations on the site, and only left in the fade in because it won't hinder the experience.
  • Attempted to align all the images as much as possible and there may be one or two that are slightly cut off. CSS sprites can be challenging and if it's a problem, I can throw more time into it. (it involves resizing the images, recreating the sprite using photoshop which is time-consuming, and then rendering/positioning it properly on the screen). If a bunch look terrible, we can revisit it.

Merge request reports