在资讯那里的图片会严重变形,在目前本人所掌握的情况来看 , ss/xs 自带风格才会这样的,这是模板的问题.
解决方法: 以softsea 为例(因为我就用这个)
templates\softsea\css下的 style.css
找到:
/*阅读文章*/ 那一大块 最后一行
#articlebody img { width: auto; height: auto;
把 width: auto; height: auto; 拉去砍了
保存! 到页面看看是不是成功了
演示: http://www.mmroom.net/blog/
对了,还有调用论坛的图片也会这样, 等我明天解决了它再告诉大家 ,晚了,我要去洗衣服了. 呵呵 
-------------------------------------------------------------
调用论坛的图片变形 解决方法
也是在 这个css 文件
找到 /*评论列表*/
最后一行 #commentlist dd img { width: auto; height: auto; max-width: 500px; max-height: 500px;
去掉 width: auto; height: auto;
OK 搞定!
[ 本帖最后由 傻虫 于 2007-4-26 12:46 编辑 ] |