I am trying to find a way to assign thumbnail dimensions to its parent element dynamically so it works for all my posts.
Example:
<div><?php the_post_thumbnail('full');?></div>
All my thumbnails have different heights. Each value needs to be passed as a height parameter to the div holding the thumbnail. Please help.