Ho to pass thumbnail size to it's parent element
-
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.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Ho to pass thumbnail size to it's parent element’ is closed to new replies.