Skip to content

Commit 2481437

Browse files
committed
πŸ’„ style: remove image auto w/h
1 parent 9cb60b4 commit 2481437

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@md-reader/theme",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Markdown Reader's theme.",
55
"main": "src/index.less",
66
"repository": {

β€Žsrc/theme.lessβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ video {
6464
}
6565

6666
img {
67-
width: auto;
68-
height: auto;
67+
// width: auto;
68+
// height: auto;
6969
opacity: var(--opacity-image);
7070
max-height: none;
7171
&[align='right'] {

0 commit comments

Comments
Β (0)