Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display images in row (side-by-side) #538

Open
christenbc opened this issue Nov 24, 2021 · 1 comment
Open

How to display images in row (side-by-side) #538

christenbc opened this issue Nov 24, 2021 · 1 comment

Comments

@christenbc
Copy link

christenbc commented Nov 24, 2021

Configuration

Actual behavior

The images show one below the previous one

Expected behavior

I want them to be side-by-side.

Steps to reproduce the behavior

None of the following works:

![](/img/cat.jpg) ![](/img/dog.jpg)

<img src="/img/cat.jpg" width="50" height="50" />
<img src="/img/dog.jpg" width="50" height="50" /> 

Not even with the pre-built shortcodes

@jehoshua7
Copy link

I was having problems with trying to resize images and there is a very nice solution at https://discourse.gohugo.io/t/resize-an-image-with-markdown/34833/12?u=jehoshua7

You may be able to use that ? There is also a gallery example at https://tranquilpeak.kakawait.com/2013/02/image-gallery-showcase/ that may help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants