Embedding and resizing images #579
Unanswered
danielmalz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot figure out how to embed and resize images. Here is what I have tried:
I have two images:
static/test.jpg
andassets/img/test.jpg
Then I make a page, say
page.md
and include the following codeI would expect to see a picture in 1, 3, 4, 5 (not sure about 2), with all images the same, save the last. At least this is what I would expect from https://jpanther.github.io/congo/docs/shortcodes/#figure)
What actually happens is that only pictures 4 and 5 display, and they are the same size. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions