html - 删除 Wordpress 中特色 svg img 的默认大小属性

标签 html css wordpress image svg

<分区>

我尝试为一篇帖子的特色图片上传 svg 文件,但未能显示。以下是我在开发工具中看到的内容。

<img width="1" height="1" src=".../featured.svg" class="attachment-large wp-post-image" alt="featured" oldsrc=".../featured.svg">

它似乎为特色图像生成了 width="1"height="1"。有什么办法可以更改默认设置吗?我更喜欢更改代码而不是使用 JavaScript 来删除属性。

最佳答案

您可以为每个帖子缩略图图片设置 100% 的高度和宽度:

n.e.g :

.post img {
    height:100% !important; /* add !important */
    width:100% !important; /* add !important */
}

关于html - 删除 Wordpress 中特色 svg img 的默认大小属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32133373/

上一篇:java - 当单击特定链接并使其他链接正常时,我们如何突出链接?

下一篇:css - 丰富的 :calendar positioning in css

相关文章:

JQuery toggleClass 没有切换我的类并折叠 div 宽度

html - 仅针对文本将文本与背景色居中对齐

html - 移动设备上的白色右边距

php - Bootstrap : adding img-responsive class to thumbnail

css - 找不到主题 css

javascript - WordPress 子主题排队自定义 javascript

javascript - HTML 语法错误用 javascript 突出显示

PHP: $row undefined variable

html - 手机上的导航菜单很古怪?

css - 带星号的列表项