Commit c5ed8527dd5415f8ca997a92bc522ff92b392a53

Authored by Yarik
1 parent 88f1fdd8

Image test

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