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

gallery relate #121

Open
wanzixin opened this issue May 9, 2021 · 1 comment
Open

gallery relate #121

wanzixin opened this issue May 9, 2021 · 1 comment
Labels
discussion Any questions about this theme.

Comments

@wanzixin
Copy link

wanzixin commented May 9, 2021

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

@ppoffice ppoffice added the discussion Any questions about this theme. label May 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
discussion Any questions about this theme.
Projects
None yet
Development

No branches or pull requests

2 participants