如何创建存储在数据库中的 html 内容的缩略图
如果您要将此 html 内容转换为小缩略图,您会怎么做?
PS 我试图这样做是为了允许我网站上的用户浏览他们的帖子(包含 html 元素(例如,strong、i、img 标签))。
If you were to convert this html content into a small thumbnail image , how would you do it?
P.S. I'm trying to do this to allow users on my site to browse through their posts(containing html elements (e.g. strong, i, img tag's).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 http://www.zubrag.com/scripts/website-thumbnail-generator。 php
try http://www.zubrag.com/scripts/website-thumbnail-generator.php
请参阅此处:
http://www.thumbalizr.com/index.php
他们有一个相当不错的简单的API
因此,您只需
另请参阅http://www.websnapr.com/ 及其 实施页面
See here:
http://www.thumbalizr.com/index.php
They have a pretty decent simple API
So you can simply have
<img src='http://api.thumbalizr.com/?url=http://www.yourdomain.com&width=250' />
Also see http://www.websnapr.com/ and their implementations page