openroadrides
Member
Posted 8 months ago #
Love this theme. I have one question though...is there a way to control how the feature image is cropped? Currently it seems to crop the image equally from all four sides. I'd like to be able to control how the image is cropped to ensure it looks good. I've had issues with the image cropping off heads and leaving the torsos on the feature slider.
http://wordpress.org/extend/themes/simple-catch/
linopedro
Member
Posted 8 months ago #
<?php get_header(); ?>
<div id="content">
<?php
$curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author));
?>
<div>
<h2><?php printf( __( 'Sobre %s', 'twentyeleven' ), get_the_author() ); ?></h2>
</div>
<hr style="border:1px dashed #C0C4CD;" />
<div id="author-info">
<div id="author-avatar">
<?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 120 ) ); ?>
</div><!-- #author-avatar -->
<?php the_author_meta( 'description' ); ?>
</div><!-- #entry-author-info -->
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum's parser.]
Hi openroadrides,
You can check this plugin Post Thumbnail Editor to generate the thumbnail to control the image.
Regards,
Sakin