We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb60b4 commit 2481437Copy full SHA for 2481437
2 files changed
βpackage.jsonβ
@@ -1,6 +1,6 @@
1
{
2
"name": "@md-reader/theme",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "Markdown Reader's theme.",
5
"main": "src/index.less",
6
"repository": {
βsrc/theme.lessβ
@@ -64,8 +64,8 @@ video {
64
}
65
66
img {
67
- width: auto;
68
- height: auto;
+ // width: auto;
+ // height: auto;
69
opacity: var(--opacity-image);
70
max-height: none;
71
&[align='right'] {
0 commit comments