{{! // widget_post_image_tmpl.html // - 이미지 썸네일 // @update date: 2024.01.09 // @author: GTGF, DANU }}
{{!BEGIN: 라벨}} {{#ifCond wset.layout.label.display '==' 'image'}} {{#ifCond wset.use.label '==' 'on'}}
{{> widget_post_label}}
{{/ifCond}} {{/ifCond}} {{!END: 라벨}} {{#if ../is_checkbox}} {{! 체크박스를 사용하는 경우}}
{{/if}} {{!BEGIN: Image Thumbnail}} {{#ifCond image_type "==" "image"}}
{{#ifCond wset.thumbnail.ratio '==' 'org'}} {{! 이미지}}
{{img.alt}}
{{else}} {{! 이미지}}
{{!BEGIN: Hover}} {{#ifCond wset.use.hover "==" "on"}} {{#ifCond wset.hover.image.type '==' 'img-transition'}} {{#if as_thumbnail_overlay}}
{{/if}} {{else ifCond wset.hover.image.type '==' 'bg-overlay'}}
{{/ifCond}} {{/ifCond}} {{!END: Hover}} {{/ifCond}}
{{else}} {{#ifCond wset.thumbnail.ratio '==' 'org'}} {{! 이미지}}
{{img.alt}}
{{else}} {{! 이미지}}
{{/ifCond}} {{!BEGIN: Hover}} {{#ifCond wset.use.hover "==" "on"}} {{#ifCond wset.hover.image.type '==' 'img-transition'}} {{#if as_thumbnail_overlay}}
{{/if}} {{else ifCond wset.hover.image.type '==' 'bg-overlay'}}
{{/ifCond}} {{/ifCond}} {{!END: Hover}}
{{/ifCond}} {{!END: Image Thumbnail}} {{#ifCond img.type "==" "video"}} {{! 이미지 타입이 비디오인 경우}}
{{/ifCond}}