gpt4 book ai didi

html - 显示 : flex and unresponsive photos HTML + CSS

转载 作者:行者123 更新时间:2023-11-28 01:39:32 26 4
gpt4 key购买 nike

我有文章和图片部分:

<div class="section">
<div class="container" style="display: flex;">
<% @posts.take(4).each do |post| %>
<div class="carda" >
<div class="card-content">
<%= link_to image_tag post.image.url, style: 'height: 250px; width: 400px;'%>
<p class="title" style="margin-top: 5px; color:black">
<%= raw link_to post.title, post %>
</p>
</div>
</div>
<% end %>
</div>
</div>

我有响应问题:

images

我不知道我是否正确地为文章做了这个部分,我也不知道如何让它们在移动设备上响应

最佳答案

如果你想要一个响应式的行为,图像不能有固定的宽度。你最好把 width:100%;到你想要的图像和高度。无论如何,为了获得更好的响应,您必须将所有涉及的代码放在这种情况下的 html 和 css 中。 :)

关于html - 显示 : flex and unresponsive photos HTML + CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50494197/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com