我正在尝试获得类似于 Pinterst 的布局。到目前为止,我有在 php 中随机生成的图像,介于 125px 和 400px 之间。
这并没有产生类似 Pinterest 的效果,其中正确的纵横比似乎是动态的。有谁知道 Pinterest 如何动态生成图像的高度?
<div class="pin_image">
<a href="<?php the_permalink(); ?>"><img width="191" height="auto" class="<?php echo $img_class; ?>"
src="<?php echo PricerrTheme_get_first_post_image(get_the_ID(),102,72); ?>" /></a>
</div>