blob: ae2511d1b059cf4f6d46757c1bc91c7f617f950a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{strip}
{if $gBitSystem->isFeatureActive( 'mime_image_panoramas' )}
<div class="row">
{formlabel label="Panorama Image" for="panorama"}
{forminput}
<input type="checkbox" value="y" name="plugin[{$attachment.attachment_id}][mimeimage][preference][is_panorama]" id="panorama" {if $attachment.thumbnail_url.panorama}checked="checked"{/if} />
{formhelp note="If this image is a 360° panoramic image with equirectangular projection, check this box. This works best for images with a 360° by 180° field of view (FOV)"}
{/forminput}
</div>
{/if}
{/strip}
|