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>