7 lines (7 loc) · 324 B
1<dialog class="photo-preview" id="photo-preview">
2  <button type="button" class="photo-preview__close" data-preview-close aria-label="Close preview">x</button>
3  <div class="photo-preview__stage">
4    <img class="photo-preview__img" src="" alt="">
5  </div>
6  <p class="photo-preview__hint" aria-hidden="true"></p>
7</dialog>