Skip to content

Commit

Permalink
changes renditions to avoid pixelated images
Browse files Browse the repository at this point in the history
  • Loading branch information
fitoria committed Dec 5, 2013
1 parent 772a14a commit 3dcae8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<renditions>
<rendition name="slider" width="950" height="500" specs="crop"/>
<rendition name="sectionbig" width="950" height="480" specs="crop"/>
<rendition name="rectanglesmall" width="100" height="80" specs="crop"/>
<rendition name="rectanglemedium" width="200" height="160" specs="crop"/>
<rendition name="rectanglesmall" width="275" height="206" specs="crop"/>
<rendition name="rectanglemedium" width="435" height="326" specs="crop"/>
<rendition name="rectanglebig" width="500" height="400" specs="crop"/>
<rendition name="cinemasmall" width="100" height="56" specs="crop"/>
<rendition name="cinemamedium" width="200" height="113" specs="crop"/>
<rendition name="cinemasmall" width="275" height="155" specs="crop"/>
<rendition name="cinemamedium" width="435" height="245" specs="crop"/>
<rendition name="cinemabig" width="500" height="281" specs="crop"/>
</renditions>
</theme>

0 comments on commit 3dcae8e

Please sign in to comment.