integration/v2/04-slideshow.html
changeset 203 df9a887eae92
parent 190 ebb8b58fc2b8
equal deleted inserted replaced
202:af621f52de70 203:df9a887eae92
    26             </div>
    26             </div>
    27         </div>
    27         </div>
    28         <svg class="image-container" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1 1" preserveAspectRatio="none">
    28         <svg class="image-container" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1 1" preserveAspectRatio="none">
    29             <defs>
    29             <defs>
    30                 <clipPath id="fragment-clip">
    30                 <clipPath id="fragment-clip">
    31                     <path d="" class="clip-path" />
    31                     <path d="M0 0L1 0L1 1L0 1Z" class="clip-path" />
    32                 </clipPath>
    32                 </clipPath>
    33             </defs>
    33             </defs>
    34             <image class="main-image" xlink:href="" x="0" y="0" preserveAspectRatio="none" width="1" height="1" clip-path="url(#fragment-clip)" />
    34             <image class="main-image" xlink:href="" x="0" y="0" preserveAspectRatio="none" width="1" height="1" clip-path="url(#fragment-clip)" />
    35         </svg>
    35         </svg>
       
    36         <div class="top-controls">
       
    37             <a class="full-screen" href="#"></a>
       
    38             <a class="play-pause" href="#"></a>
       
    39         </div>
    36         <div class="arrow-wrap left-arrow">
    40         <div class="arrow-wrap left-arrow">
    37             <a class="arrow" href="#"></a>
    41             <a class="arrow" href="#"></a>
    38         </div>
    42         </div>
    39         <div class="arrow-wrap right-arrow">
    43         <div class="arrow-wrap right-arrow">
    40             <a class="arrow" href="#"></a>
    44             <a class="arrow" href="#"></a>