如何将图像调整为响应式div容器?

时间:2015-05-19 19:47:52

标签: responsive-design

我试图让我的图像扩展到它所在的响应div容器的宽度。 这是css

.row {
  height: 453px;
  margin: 0;
  width: 100%;
}

#one img{
    width: 100%;
    }

这是我的HTML

<div id="one" class="row">
    <img src="images/home_img2.png" alt=""/>
</div>

1 个答案:

答案 0 :(得分:0)

df <- df %>%
  filter(value < 30) %>%
  mutate(new_variable = something) %>%
  REPLACE HOLIDAYS WITH SUNDAY HERE
相关问题