创建新的img持有者时:
<img src="holder.js/200x75/industrial/text:this text is too long for only one row">
一行中没有足够的空间来容纳文本,我无法掌握如何为新行打破。
有没有人有想法?
感谢
答案 0 :(得分:0)
现在添加了换行符:https://github.com/imsky/holder#text
<img data-src="holder.js/300x200?text=Add \n line breaks \n anywhere.">
答案 1 :(得分:0)
检查语法和设置。或者尝试更新Holder.js。
持有人automatically adds换行符号文字 图像边界。
此代码可以正常工作:
<script src="https://cdn.rawgit.com/imsky/holder/master/holder.js"></script>
<img src="holder.js/200x75/industrial?text=this text is too long for only one row">