删除属性“高度"和“宽度"图片标签的 [英] Remove attributes "height" and "width" of the image tag

查看:20
本文介绍了删除属性“高度"和“宽度"图片标签的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为了使用 Typo3Twitter Bootstrap,我想删除图像的高度宽度属性

In order to create a responsive website with Typo3 and Twitter Bootstrap, I would like to remove the height and width attributs of images

以下是通过 text & 类型的内容元素在前端生成图像的方法图片图片

<img src="typo3temp/pics/a625b79f89.jpg" width="300" height="226" alt="blabla" />

我想删除维度属性并得到这个:

I would like to remove the dimension attributes and get this:

<img src="typo3temp/pics/a625b79f89.jpg" alt="blaba" />

有人可以帮我吗?

推荐答案

无法使用 Typscript 删除高度或宽度图像属性.

It's not possible to remove the height or width image attributes with typoscript.

但是您可以使用 CSS 覆盖它以创建响应式网站.

But you could override it with CSS in order to create a responsive website.

img {高度:100%!重要;宽度:100%!重要;}

这篇关于删除属性“高度"和“宽度"图片标签的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆