You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to change the font size in a div with js code in the <script>.
<!DOCTYPE html><html><head><title></title><scriptsrc="tmp/jquery.min.js"></script><scriptdefertype="text/javascript">// code to change the font size, which is woking when open with chrome browser in desktop environment.</script></head><bodystyle="background-image: url('bg.png'); background-repeat:no-repeat;"><bodystyle="width: 1125px; height: 352px;"></body><divstyle="left: 210px; top: 234px; width: 117px; height: 30px; position: absolute; color: rgb(0, 255, 255, 255);">
CCC</div></body></html>
the text is render with Html2image, however, the font size was'n't change by the js code. I think the js code was not executed.
I would like to know how to solve this problem?
ENV:
Ubuntu server without desktop
html2image==2.0.4.3
Python 3.8.13
The text was updated successfully, but these errors were encountered:
I try to change the font size in a div with js code in the <script>.
the text is render with Html2image, however, the font size was'n't change by the js code. I think the js code was not executed.
I would like to know how to solve this problem?
ENV:
The text was updated successfully, but these errors were encountered: