Skip to content

Automatically adapts your existing HTML images for mobile devices. No mark-up changes needed.

Notifications You must be signed in to change notification settings

MaxMorgenstern/Adaptive-Images

This branch is 3 commits ahead of, 4 commits behind MattWilcox/Adaptive-Images:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2014
Nov 10, 2011
Jul 30, 2014
Sep 17, 2011
Apr 16, 2012
Apr 16, 2012
Sep 23, 2011
Dec 23, 2013
Mar 29, 2012

Repository files navigation

Adaptive Images

Is a solution to automatically create, cache, and deliver device-appropriate versions of your website’s content images. It does not require you to change your mark-up. It is intended for use with Responsive Designs and to be combined with Fluid Image techniques.

Benefits

  • Ensures you and your visitors are not wasting bandwidth delivering images at a higher resolution than the vistor needs.
  • Will work on your existing site, as it requires no changes to your mark-up.
  • Is device agnostic (it works by detecting the size of the visitors screen)
  • Is CMS agnostic (it manages its own image re-sizing, and will work on any CMS or even on flat HTML pages)
  • Is entirely automatic. Once added to your site, you need do no further work.
  • Highly configurable
    • Set the resolutions you want to become adaptive (usually the same as the ones in your CSS @media queries)
    • Choose where you want the cached files to be stored
    • Configure directories to ignore (protect certain directories so AI is not applied to images within them)

Find out more, and view examples at http://adaptive-images.com

Legal

Adaptive Images by Matt Wilcox is licensed under a Creative Commons Attribution 3.0 Unported License

About

Automatically adapts your existing HTML images for mobile devices. No mark-up changes needed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%