Blame view

backend/components/croppers/GoldenGardenGiantCrop.php 188 Bytes
01ebf78c   Administrator   Initial commit
1
2
3
4
5
6
7
  <?php
  
  namespace backend\components\croppers;
  
  
  class GoldenGardenGiantCrop extends AbstractCrop
  {
f9404a23   Administrator   Start gallery
8
9
10
11
      const WIDTH = 1354;
      const HEIGHT = 1943;
      const X = 870;
      const Y = 1964;
01ebf78c   Administrator   Initial commit
12
  }