<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>
如何使上面的图像根据图片的纵横比动态生成高度?宽度将为 191 像素。就像 pinterest 一样。