-
I noticed that images width in landscape mode is small (30-40%) of the available space on screen. you can notice that more clearly on tablets |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Feel free to make a pull request with improvements that work fine for all cases. The place where the overall Markor CSS is, is here https://github.com/gsantner/markor/blob/master/app/src/main/java/net/gsantner/markor/format/TextConverter.java#L47. So is also the current applied |
Beta Was this translation helpful? Give feedback.
Feel free to make a pull request with improvements that work fine for all cases. The place where the overall Markor CSS is, is here https://github.com/gsantner/markor/blob/master/app/src/main/java/net/gsantner/markor/format/TextConverter.java#L47. So is also the current applied
img { max-width: 100% }
.