Projet

Général

Profil

Paste
Télécharger (898 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / journalcrunch / README.txt @ 87dbc3bf

1
1. Configure default Image styles (Configuration » Media » Image styles - admin/config/media/image-styles)
2
- Large: Override defaults - Scale and crop 593x348
3
- Medium: Override defaults - Scale and crop 430x290
4

    
5
2. Medium Image style
6
With Medium Image style, we ensure that the images attached to "Sticky at top of lists" Articles will not exceed the desired dimensions. Of course, Medium Image style satisfies only "Sticky at top of lists" Articles.
7

    
8
For the images of no "Sticky at top of lists" Articles (but with Medium Image style), is implemented a CSS based* resizing inside style.css file,
9

    
10
Line 88-90*
11
#content .node-front .nodeInner img { padding:0; width:255px; overflow:hidden; }
12
.node-front div.field-type-image { display:block; overflow:hidden; height:120px; }
13

    
14
3. Edit Social Media links directly inside page.tpl.php
15

    
16
4. You can find all sources inside JournalCrunch's misc folder