Adaptive Images for Mobile Websites

/ 1 Comment

adaptive images for mobile websites
If you build websites that are mobile optimized, then you’ll want to check out the Adaptive Images solution. Basically it checks your visitors screen resolution and automagically create, caches and delivers the appropriate sized image.

Why Use Adaptive Images?

Because it not only makes your image fit into a browsers or viewports of various sizes, it serves up a smaller file size for you mobile device. Pretty slick, but the implementation is sort of technical, it’d be great if there were an Adaptive Images WordPress plugin, so when one comes out, either make sure to drop a link in the comment box below or I’ll update this post.

Another reason you want an adaptive or dynamically sized image is so that your image will size to fit in portrait or landscape modes of your device.

Go get the Adaptive Images solution.


 

Down and Dirty Alternative Method

You can add a style to the image directly or to your stylesheet and that should work just fine, although, the image will be resized, the weight of the image will remain the same, so beware.

<img style=”width:100%” src=”your-image.jpg”>

Photo credit: Browser by Johan Larsson, on Flickr

 

Author Scott Barnes  (62 Posts)

The man behind SiteBuilder.ws His goal is to help you build, manage and promote your online business by leveraging Social Media and the proper web design. He provides training, consulting, resources and coaching to help your business reach its full online potential! Be sure to connect with


  1. February 11, 2012

    David Holland

    Scott…you are so talented and creative!!

Leave a comment

Connect with SiteBuilder

Get Email Updates

* = required field
SiteBuilder.ws



Latest Blog Posts

  1. 3 Great Free Alternatives to Picnik

    Picknik will go away in April, here are 3 great alternatives to Picnik you should consider. I've also a few other Picnik alternatives if my top 3 choices don't do it for you.
  2. How to Create a Website with Dreamweaver

    Do you want to create a website with Dreamweaver? The process of building a website actually requires more than Dreamweaver, and in this article I'll break down the web design process for you.
  3. How to Create a WordPress Plugin

    How to create a WordPress plugin if you can't find any WordPress plugins to meet your specific needs . Plugins are written in PHP. Here is a list of tutorials of how to write a WordPress plugin.