상상.PNG

 

sticker.controller.php 파일에서 225 line의


                $part = '<!--BeforeComment('.$matches[1].','.$matches[2].')--><div class="comment_'.$matches[1].'_'.$matches[2].' xe_content"><a href="/?mid=sticker&sticker_srl='.$data->sticker_srl.'" title="'.$data->title.'" style="display:block;background-image:url('.$data->url.');background-size:cover;background-position:50% 50%;width:140px !important;height:140px !important;border-radius:3px;" alt="'.$file_name.'"></a></div><!--AfterComment('.$matches[1].','.$matches[2].')-->';
 

이 부분에서 140px를 변경하시면 됩니다.

 

--------------------------------

 

웹호스팅 환경에서 스티커 업로드가 20개 이상 올라가지 않을 경우

.htaccess 에 다음 문구를 추가합니다.

 

php_value max_file_uploads 100
 

TAG •