laptopvideo()->isNotEmpty() ||
$image->laptopvideo()->isNotEmpty() ||
$image->monitorvideo()->isNotEmpty()): ?>
$image]) ?>
crop(10, floor(10/$ratio))->dataURI();
$src = $image->crop(1000, floor(1000/$ratio))->url();
$srcset = $image->crop(340, floor(340/$ratio))->url() . ' 340w,';
for ($i = 680; $i <= $maxWidth; $i += 340) $srcset .= $image->crop($i, floor($i/$ratio))->url() . ' ' . $i . 'w,';
} else {
$placeholder = $image->resize(10)->dataURI();
$src = $image->resize(1000)->url();
$srcset = $image->resize(340)->url() . ' 340w,';
for ($i = 680; $i <= $maxWidth; $i += 340) $srcset .= $image->resize($i)->url() . ' ' . $i . 'w,';
}
?>

alt="= $caption.' - © '.$site->title()->html() ?>"
caption()->isNotEmpty()): ?>
alt="= $image->caption().' - © '.$site->title()->html() ?>"
alt="= $page->title()->html().' - © '.$site->title()->html() ?>"
height="100%" width="auto" />
embed()->isNotEmpty()): ?>
= video($image->embed()) ?>
caption()->isNotEmpty()): ?>
= $image->caption()->kt() ?>