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

Make images reponsive #36

Closed
jose-zama opened this issue Oct 31, 2015 · 1 comment
Closed

Make images reponsive #36

jose-zama opened this issue Oct 31, 2015 · 1 comment
Labels

Comments

@jose-zama
Copy link
Contributor

Hello,

This is more a suggestion than a bug.

Currently, I am adding images into my posts through markdown syntax and this theme does not resize the images if opened in a mobile browser. I think Jekyll has responsive images by default. Here the comparison:

No responsive images

imagesnotresponsive

Responsive images

Using:

img {
    max-width: 100%
}

imagesresponsive

In the case the user cant properly see the image, they can zoom with no problem (tested only in my mobile: android with chrome).

@le4ker le4ker added the bug label Oct 31, 2015
le4ker pushed a commit that referenced this issue Oct 31, 2015
@le4ker
Copy link
Owner

le4ker commented Nov 1, 2015

Awesome! It was on my list the early days, but I didn't take a note of it and of course I forgot it 😄

Was fixed by your pull request 07bb6ad

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

No branches or pull requests

2 participants