1
Zirc Foundation 5 블록 격자 형식을 사용하여 Photoswipe 4 축소판을 설정했지만 엄지 손가락을 클릭하면 photoswipe에서 한 이미지 만로드됩니다. photoswipe가 이미지 갤러리가 썸네일의 ul 그리드 내에있는 이미지 갤러리임을 인식하게하는 방법이 있습니까?Photoswipe에서 미리보기 이미지의 전체 갤러리를 인식하도록하려면 어떻게합니까?
<ul class="my-gallery small-block-grid-1 large-block-grid-3" itemscope itemtype="http://schema.org/ImageGallery">
<li>
<figure itemscope itemtype="http://schema.org/ImageObject">
<a href="assets/images/image01.jpg" itemprop="contentUrl" data-size="2000x1125">
<img src="assets/images/image01.jpg" itemprop="thumbnail" alt="Image description" /></a>
<figcaption itemprop="caption description">Image caption 1</figcaption>
</figure>
</li>
<li>
<figure itemscope itemtype="http://schema.org/ImageObject">
<a href="assets/images/image02.jpg" itemprop="contentUrl" data-size="2000x1125">
<img src="assets/images/image02.jpg" itemprop="thumbnail" alt="Image description" /></a>
<figcaption itemprop="caption description">Image caption 1</figcaption>
</figure>
</li>
</ul>
의견을 보내 주셔서 감사합니다. 나는 이것을 즉시 시도 할 것이다. – hubbell
Yahoo! 이 작품! – hubbell