有没有人在一个页面上成功实现了Photoswipe,其中图像在整个页面中都有段落。当图像之间有一个段落或句子时,我可以将图像组合到Photoswipe中,但图像之间不能有多个段落。
例如
图像
第
第
图片
第
第
第
图片
段
<div class="imgDisplay monow" itemscope="" itemtype="http://schema.org/ImageGallery">
<figure itemprop="associatedMedia" itemscope="" itemtype="http://schema.org/ImageObject">
<a href="assets/old/DSC02385.jpg" itemprop="contentUrl" data-size="447x597">
<img src="assets/old/DSC02385-m.jpg" itemprop="thumbnail" title="A Pole" alt="A Pole" />
</a>
<figcaption itemprop="caption description">A Pole</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope="" itemtype="http://schema.org/ImageObject">
<a href="assets/old/DSC02403.jpg" itemprop="contentUrl" data-size="600x450">
<img src="assets/old/DSC02403-m.jpg" itemprop="thumbnail" title="Much leaves." alt="Much leaves." />
</a>
<figcaption itemprop="caption description">Much leaves.</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope="" itemtype="http://schema.org/ImageObject">
<a href="assets/old/DSC02409.jpg" itemprop="contentUrl" data-size="600x450">
<img src="assets/old/DSC02409-m.jpg" itemprop="thumbnail" title="Yellow and Green" alt="Yellow and Green" />
</a>
<figcaption itemprop="caption description">Yellow and Green</figcaption>
<p>Paragraph of text</p>
<p>Paragraph of text</p>
</figure>
<p>Paragraph of text</p>
<p>Paragraph of text</p>
<figure itemprop="associatedMedia" itemscope="" itemtype="http://schema.org/ImageObject">
<a href="assets/old/DSC02411.jpg" itemprop="contentUrl" data-size="600x450">
<img src="assets/old/DSC02411-m.jpg" itemprop="thumbnail" title="Yellooooow and GREEEEEN" alt="Yellooooow and GREEEEEN" />
</a>
<figcaption itemprop="caption description">Yellooooow and GREEEEEN</figcaption>
</figure>
</div>