| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | 
							- Adaptive Image
 
- http://drupal.org/project/adaptive_image
 
- ====================================
 
- DESCRIPTION
 
- -----------
 
- The Adaptive image module provides device-appropriate versions of images from your fields.
 
- You can activate adaptive images by adding an adaptive effect to any of your image styles.
 
- The used technique is derived from http://adaptive-images.com/ by Matt Wilcox.
 
- The hard work is done by Drupal core no need for any additional rewrites.
 
- If image styles work on your website, this module will too.
 
- REQUIREMENTS
 
- ------------
 
- Drupal 7.x
 
- CLIENTSIDE REQUIREMENTS
 
- ------------------------
 
- JavaScript enabled
 
- INSTALLING
 
- ----------
 
- 1. To install the module copy the 'adaptive_image' folder to your sites/all/modules directory.
 
- 2. Read more about installing modules at http://drupal.org/node/70151
 
- CONFIGURING AND USING
 
- ---------------------
 
- 1. Go to admin/config/media/image-styles
 
-    Edit an existing or add a new style. Add the Adaptive image effect.
 
-    Click on 'Update style' button. 
 
- 2. Go to admin/structure/types
 
-    Click on "manage display".
 
-    Choose a "image" field and click on the edit button.
 
-    Choose the previously updated style as image style.
 
-    Click on "Update".
 
- REPORTING ISSUE. REQUESTING SUPPORT. REQUESTING NEW FEATURE
 
- -----------------------------------------------------------
 
- 1. Go to the module issue queue at http://drupal.org/project/issues/adaptive_image?status=All&categories=All
 
- 2. Click on CREATE A NEW ISSUE link.
 
- 3. Fill the form.
 
- 4. To get a status report on your request go to http://drupal.org/project/issues/user
 
- UPGRADING
 
- ---------
 
- Read more at http://drupal.org/node/250790
 
 
  |