Thumb Youtube
i have 2 question
1. how to make full thumb in post youtube, because now i see black padding in top and bottom
http://screencast.com/t/3XwAHwOTz2w
2. How make or set full youtube in single post, now like landscape
http://screencast.com/t/RZWVubWXXou
Thanks

Comments
please send us link to both pages and we will see if this can be done with custom css.
Thanks!
for thumb :
.post-photo-wrapper iframe { width: 140% !important; }or:.post-photo-wrapper iframe { height: 150px !important; }But for single post page, you need to use:.single-photo-wrapper .image_frame iframe { height: 400px !important; }Please notice, that except above solution, we did not found anything else.