Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

【Help!!!】Base64 pictures cannot be rendered #5216

Open
Xxianglei opened this issue Jun 21, 2022 · 1 comment
Open

【Help!!!】Base64 pictures cannot be rendered #5216

Xxianglei opened this issue Jun 21, 2022 · 1 comment

Comments

@Xxianglei
Copy link

I use version 0.12.6. centos 7
The base64 image under the IMG tag cannot be rendered. I tried to modify the CSS style of the image, such as width and height, but the rendered image is still a white box

Thanks for the help. I really need it

@Xxianglei
Copy link
Author

image:base64、jepg

I found a workaround

<img class="shot" id="screenshot"  alt="" src=""/>

.shot{
    background-size: cover;
    margin:auto;
    width:1000px;
    height:600px;
    opacity:1.0;
}

But opacity doesn't seem to work

Who can help me with this problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant