hotosm / tracing-guides

8 stars 16 forks source link

best practices for inserting images #37

Open d3netxer opened 9 years ago

d3netxer commented 9 years ago

I have a gif that I put in the YAML frontmatter images tag. I would like to make it display larger in my guide.

What is the best practice to do this? Are their extra images tags to use that can adjust image sizes?

I'll just add the gif to the body for now, I don't have a problem doing this

d3netxer commented 9 years ago

I created a new guide3.html (https://github.com/hotosm/tracing-guides/blob/gh-pages/_layouts/guide3.html)

It allows a user to specify a 'large' image size in the yaml. Then it should make the tip text appear centered and the larger picture appear below it. I added the code rather hastily, it may need some cleaning up