微信小程序实现富文本图片宽度自适应的方法
网络编程 2021-07-04 15:50www.168986.cn编程入门
小程序里图片会显示不全,这时就应该做相应的处理,使小程序里图片显示正确,这篇文章主要介绍了微信小程序实现富文本图片宽度自适应的方法,感兴趣的小伙伴们可以参考一下
引言在微信小程序里,比如商品展示页面的商品详情会有图片展示,PC端设置的商品详情是PC端的宽度,所以在小程序里图片会显示不全,这时就应该做相应的处理,使小程序里图片显示正确
思路
- 把图片的宽度改为手机屏幕对应的宽度
微信小程序需要知道的知识
- 需要知道微信小程序里有自己的宽度标准,单位为rpx;
- 针对所有不同尺寸的浏览器,微信小程序里规定屏幕宽为750rpx;
解决
WXML
<view class='html_detail'> <rich-text nodes='{{artical}}'></rich-text> </view>
WXS
data={artical:''} async onLoad(){ const json = await api.getDetail(); if(json !== null){ this.artical = util.formatRichText(json.detail.description); } }
若artical里只有图片,并且图片没有设置style和宽度/高度
util.js
function formatRichText(html){ let newContent= html.replace(/\<img/gi, '<img style="max-width:100%;height:auto;display:block;"'); return newContent; } module.exports = { formatRichText }
若artical里包含多种标签
util.js
/ 处理富文本里的图片宽度自适应 1.去掉img标签里的style、width、height属性 2.img标签添加style属性max-width:100%;height:auto 3.修改所有style里的width属性为max-width:100% 4.去掉<br/>标签 @param html @returns {void|string|} / function formatRichText(html){ let newContent= html.replace(/<img[^>]>/gi,function(match,capture){ match = match.replace(/style="[^"]+"/gi, '').replace(/style='[^']+'/gi, ''); match = match.replace(/width="[^"]+"/gi, '').replace(/width='[^']+'/gi, ''); match = match.replace(/height="[^"]+"/gi, '').replace(/height='[^']+'/gi, ''); return match; }); newContent = newContent.replace(/style="[^"]+"/gi,function(match,capture){ match = match.replace(/width:[^;]+;/gi, 'max-width:100%;').replace(/width:[^;]+;/gi, 'max-width:100%;'); return match; }); newContent = newContent.replace(/<br[^>]\/>/gi, ''); newContent = newContent.replace(/\<img/gi, '<img style="max-width:100%;height:auto;display:block;margin-:0;margin-bottom:0;"'); return newContent; } module.exports = { formatRichText }
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程