ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
764 stars 203 forks source link

gallery relate #121

Open wanzixin opened 3 years ago

wanzixin commented 3 years ago

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 commented 3 years ago

@WanZixin Please see https://raw.githubusercontent.com/ppoffice/hexo-theme-minos/site/source/_posts/Creating-a-Gallery-in-Minos.md