src/Rhyme/WMassArtsHub/Resources/contao/templates/image/image_nolink_angles.html5 line 25

Open in your IDE?
  1. <figure class="image_container<?= $this->floatClass ?>"<?php if ($this->margin): ?> style="<?= $this->margin ?>"<?php endif; ?>>
  2.         <div class="angles image">
  3.             <div class="topAngle">
  4.                 <svg id="Layer_2" style="enable-background:new 0 0 75 87.4;" height="100%" width="100%" viewBox="0 0 75 87.4" preserveAspectRatio="none">
  5.                     <polygon height="100%" width="100%" class="st0" points="0,0 75,87.4 75,0 ">
  6.                     </polygon></svg>
  7.             </div>
  8.             <div class="bottomAngle">
  9.                 <svg id="Layer_1" style="enable-background:new 0 0 75 87.4;" height="100%" width="100%" viewBox="0 0 75 87.4" preserveAspectRatio="none">
  10.                     <polygon height="100%" width="100%" class="st0" points="0,87.4 75,0 75,87.4 ">
  11.                     </polygon></svg>
  12.             </div>
  13.         </div>
  14.     <?php $this->insert('picture_default'$this->picture); ?>
  15.     <?php if ($this->caption): ?>
  16.         <figcaption class="caption"><?= $this->caption ?></figcaption>
  17.     <?php endif; ?>
  18. </figure>
  19. <?php
  20. if ($this->figure) {
  21.     $this->addSchemaOrg($this->figure->getSchemaOrgData());
  22. }