You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Responsive images
Using:
img {
max-width:100%
}
In the case the user cant properly see the image, they can zoom with no problem (tested only in my mobile: android with chrome).
The text was updated successfully, but these errors were encountered:
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
Responsive images
Using:
In the case the user cant properly see the image, they can zoom with no problem (tested only in my mobile: android with chrome).
The text was updated successfully, but these errors were encountered: