将 HTML 网页转换为 Windows 小工具

发布于 2024-12-28 13:31:11 字数 194 浏览 1 评论 0原文

我想将网页转换为 Windows 小工具。基本上,网页只有 2 或 3 个图像和内容。倒计时。我尝试这样做,但不幸的是,小工具的尺寸缩小到大约 2 像素宽 x 8 像素高。我尝试过 Amnesty Generator,但我希望该小工具也能离线工作。

PS 我将 html 页面设置为液态,这样小工具就不会出现任何问题。

问候,
网友

I wanted to convert a webpage to a Windows Gadget. Basically, the Webpage has nothing but 2 or 3 images & a countdown. I tried to do it but unfortunately the size of the gadget shrinked to like around 2px width by 8px height. I tried Amnesty Generator but I want the gadget to work offline too.

P.S. I made the html page liquid so that the gadget wouldn't have any problem.

Regards,
Netizen

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月静好 2025-01-04 13:31:11

确保在 css 中设置元素的高度和宽度。

body
{
    height: 150px;
    width: 300px;
}

Be sure to set height and width of the element in your css.

body
{
    height: 150px;
    width: 300px;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文