Sequenzia/app/views/help/image_sampling.php

16 lines
821 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<div class="help">
<h1>Help: Image Sampling</h1>
<div class="section">
<p>While high resolution images are nice for archival purposes, beyond a certain resolution they become impractical to view and time consuming to download.</p>
<p>Danbooru will automatically resize any image larger than <?= CONFIG()->sample_width ?>x<?= CONFIG()->sample_height ?> to a more manageable size, in addition to the thumbnail. It will also store the original, unresized image.</p>
<?php if(!CONFIG()->force_image_samples): ?>
<p>You can toggle this behavior by changing the Show Image Samples setting in your <?= $this->linkTo("user settings", "user#edit") ?>.</p>
<?php endif ?>
</div>
</div>
<?php $this->contentFor("subnavbar", function() { ?>
<li><?= $this->linkTo("Help", "#index") ?></li>
<?php }) ?>