We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3763ad7 commit aef813cCopy full SHA for aef813c
src/exporter/image.ts
@@ -35,6 +35,11 @@ export async function exportToPng(fileNameFormat: string) {
35
background-color: ${isDarkMode ? '#212121' : '#fff'};
36
}
37
38
+ /* https://github.com/niklasvh/html2canvas/issues/2775#issuecomment-1204988157 */
39
+ img {
40
+ display: initial !important;
41
+ }
42
+
43
pre {
44
margin-top: 8px !important;
45
0 commit comments