README.txt 1.6 KB

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