[Plugin: Video Thumbnails] Setting Height and Width, Cropping Instead of Resizing
-
Any way I can crop instead of resizing?
here is part of my code<?php if( ( $video_thumbnail = get_video_thumbnail() ) != null ) : ?> <img src="<?php video_thumbnail(); ?>" width="222" height="142" /> <?php else : ?> <?php if ( $iNumberOfPics > 0 ) : ?> <a>" rel="bookmark" title="<?php echo (get_post_meta($post->ID, "post-img-alt", true)) ? htmlspecialchars(get_post_meta($post->ID, "post-img-alt", true)) : the_title(); ?>">[/code]</a>
[Please post code snippets between backticks or use the code button.]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Video Thumbnails] Setting Height and Width, Cropping Instead of Resizing’ is closed to new replies.