gpt4 book ai didi

javascript - 在固定高度的 div 中垂直对齐图像

转载 作者:太空宇宙 更新时间:2023-11-04 05:12:04 25 4
gpt4 key购买 nike

我到处搜索知识库,但似乎没有任何结果。

我在下面附上了我正在处理的内容的屏幕截图和代码,但我需要做的是根据最高图像创建的 div 的高度垂直对齐图像。

所以,有几件事。容器 .one-edition 的固定高度由最高图像尺寸决定 - 我可以用 JS 做到这一点吗?

然后,一旦确定了高度,图像就会在中间垂直对齐。

希望这是有道理的。

    <div class="grid_3 one-edition">
<a href="product-1.php"><img src="images/editions/1_Right_To_Buy_295.jpg"></a>
<div class="editions-info-text">
<p>Right To Buy</p>
<p>C-type Print</p>
</div>
</div>
<div class="grid_3 one-edition">
<a href="product-1.php"><img src="images/editions/2_Scorer_295.jpg"></a>
<div class="editions-info-text">
<p>Hyperbolic Paraboloid Roof</p>
<p>Offset Print</p>
</div>
</div>
<div class="grid_3 one-edition">
<a href="product-1.php"><img src="images/editions/3_PL16_295.jpg"></a>
<div class="editions-info-text">
<p>132Kv PL16</p>
<p>Offset Print</p>
</div>
</div>
<div class="grid_3 one-edition">
<a href="product-1.php"><img src="images/editions/4_What_We_buy_295.jpg"></a>
<div class="editions-info-text">
<p>What We Buy</p>
<p>Publication</p>
</div>
</div>

enter image description here

最佳答案

我已经看到很多答案,但我仍然发布这个,因为我花时间使用 placekittens..

http://jsfiddle.net/7ybzp/6/

基本上,我使用了vertical-align: middle。不过,我使用了 inline-block

关于javascript - 在固定高度的 div 中垂直对齐图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9070632/

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