Picture size from youtube

Posted in: Newspaper
Post count: 33

Hi,

My website is: frelsitv.com

When I post video from youtube with Featured Video picture captured from youtube-video is somtimes to small. How can I make sure pictures are always same size (for ex. 1280×720 px)?

Also is it possible to resize pictures up from 480×360ðx to 1280x72px ?

Can I make the slider fill out with streatch picture option ?

Post count: 7909

Hi,

The featured image is created from the youtube/vimeo video and it is downloaded by the theme, but it seems that for some videos it can’t download the big thumb image. Also unfortunately WordPress doesn’t enlarge images so you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
You can also use css code to enlarge big thumb from Big Slider – http://screencast.com/t/3GwTJeDG

.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
}
.td_block_big_grid .td-big-grid-post-0 .thumb-wrap {
height: 100%;
}

Thanks!

Post count: 33

Hi Alin

I tried to put the code into CSS . . . still dosen’t work . . .

could you explain better where to put the code and/or if I need to put both lines or replace wight with hight 🙂

Post count: 7909

Hi

Please paste the code from above in Theme Panel > Custom Css and it should work(also please clear cache if you use a cache plugin): http://screencast.com/t/AsrI1pXn341

Thanks!

Post count: 33

thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.