diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 8dd7649c..dc98f2cb 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -327,6 +327,11 @@ const getLayoutStyles = ( height: 1em; vertical-align: baseline; } + img.has-text-siblings[style*="object-fit"] { + display: block; + height: auto; + vertical-align: unset; + } .ie6 img { width: auto; height: auto;