Projet

Général

Profil

Paste
Télécharger (1,6 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / adaptive_image / README.txt @ 87dbc3bf

1
Adaptive Image
2
http://drupal.org/project/adaptive_image
3
====================================
4

    
5

    
6
DESCRIPTION
7
-----------
8
The Adaptive image module provides device-appropriate versions of images from your fields.
9
You can activate adaptive images by adding an adaptive effect to any of your image styles.
10

    
11
The used technique is derived from http://adaptive-images.com/ by Matt Wilcox.
12
The hard work is done by Drupal core no need for any additional rewrites.
13
If image styles work on your website, this module will too.
14

    
15
REQUIREMENTS
16
------------
17
Drupal 7.x
18

    
19
CLIENTSIDE REQUIREMENTS
20
------------------------
21
JavaScript enabled
22

    
23
INSTALLING
24
----------
25
1. To install the module copy the 'adaptive_image' folder to your sites/all/modules directory.
26

    
27
2. Read more about installing modules at http://drupal.org/node/70151
28

    
29

    
30
CONFIGURING AND USING
31
---------------------
32
1. Go to admin/config/media/image-styles
33
   Edit an existing or add a new style. Add the Adaptive image effect.
34
   Click on 'Update style' button. 
35

    
36
2. Go to admin/structure/types
37
   Click on "manage display".
38
   Choose a "image" field and click on the edit button.
39
   Choose the previously updated style as image style.
40
   Click on "Update".
41

    
42

    
43
REPORTING ISSUE. REQUESTING SUPPORT. REQUESTING NEW FEATURE
44
-----------------------------------------------------------
45
1. Go to the module issue queue at http://drupal.org/project/issues/adaptive_image?status=All&categories=All
46
2. Click on CREATE A NEW ISSUE link.
47
3. Fill the form.
48
4. To get a status report on your request go to http://drupal.org/project/issues/user
49

    
50

    
51
UPGRADING
52
---------
53
Read more at http://drupal.org/node/250790