OU-Weather-and-Climate-Club / wiki

A wiki for the resources shared by members of the OU Weather & Climate Club
https://ou-weather-and-climate-club.github.io/wiki/
2 stars 1 forks source link

Galleries formatting #2

Open sonia-beslika opened 1 month ago

sonia-beslika commented 1 month ago

I had a go at creating a gallery format on our Gallery page with a table - I think that's really bad practice and it didn't quite work anyway.

I had the same trouble with getting the file path to an image in the assets folder to work that I had in #1

Maybe we need a css stylesheet to get that gallery formatting, I don't know what the best thing to do is

sonia-beslika commented 1 month ago

I was hopeful this would work

<a href="https://sonia-beslika.github.io/River-Flow-Project/">
  <img src="river-flow-thumbnail.png" alt="River Flow Project Thumbnail" width="362" height="181" style="margin: 20px" display="inline-block" />
</a>
  <a href="https://sonia-beslika.github.io/River-Flow-Project/">
  <img src="river-flow-thumbnail.png" alt="River Flow Project Thumbnail" width="362" height="181" style="margin: 20px" display="inline-block" />
</a>

it looked fine in Preview

image

but wouldn't display on the Pages website

image

so i've gone back to just using plain markdown

[![River Flow Thumbnail](river-flow-thumbnail.png)](https://github.com/OU-Weather-and-Climate-Club/River-Flow-Project)

which displays but looks massive

image