Commit 84c5618b904443f3713b49893bed2834ef3a848f

Authored by Yarik
1 parent 8e5f1983

Image test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
components/artboximage/ArtboxImageHelper.php
... ... @@ -183,7 +183,7 @@
183 183 break;
184 184 }
185 185 }
186   - return $image->render(null, $quality);
  186 + return $image->render(null, 30);
187 187 }
188 188  
189 189 /**
... ...