Skip to content
This repository was archived by the owner on Jun 4, 2022. It is now read-only.
This repository was archived by the owner on Jun 4, 2022. It is now read-only.

gallery relate #121

@wanzixin

Description

@wanzixin

I want to create a gallery in my blog site. I create a markdown document and add code like this.

<div class="justified-gallery">
  <img src="https://cdn.jsdelivr.net/gh/WanZixin/picture@main/20210422/大象.jpg" alt="Elephant" />
  <img src="https://cdn.jsdelivr.net/gh/WanZixin/picture@main/20210422/鸟.jpg" alt="Birds" />
  <img src="https://cdn.jsdelivr.net/gh/WanZixin/picture@main/20210422/猫.jpg" alt="Cat" />
  <img src="https://cdn.jsdelivr.net/gh/WanZixin/picture@main/20210422/狐狸.jpg" alt="Fox" />
  <img src="https://cdn.jsdelivr.net/gh/WanZixin/picture@main/20210422/马.jpg" alt="Horse" />
  <img src="https://cdn.jsdelivr.net/gh/WanZixin/picture@main/20210422/豹.jpg" alt="Leopard" />
</div>

But got such a result. It is fine to click on a picture to view it, but the overview pictures will not be displayed. Do you have any suggestions?
gallery problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionAny questions about this theme.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions