找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 639|回复: 0

让内容中的图片自适应宽不超出页面

[复制链接]

69

主题

0

回帖

431

积分

管理员

积分
431
发表于 2024-5-13 10:36:29 | 显示全部楼层 |阅读模式
  1. .content img{
  2.     max-height:1500px;
  3.     max-width:920px;
  4.     width:expression_r((this.width > 920 && this.width > this.height) ? '920px': this.width+'px');
  5. height:expression_r((this.height > 1500 && this.height > this.width) ? '1500px': this.height+'px');
  6. float:middle;
  7.     }
复制代码



您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|全栈营地

GMT+8, 2025-5-4 08:57 , Processed in 0.270311 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表