We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Default Video thumbnail bug - Video | Forum

S. Bourdon
S. Bourdon Jul 7 '13
Hello,


I've noticed that when no video thumbnail is available, a blank space appears instead of the default video thumbnail.


Here is the fix:


in ow_plugins/video/bol/clip_service.php, replace line 311 from


return OW::getThemeManager()->getCurrentTheme()->getStaticImagesUrl() . 'video-no-video.png';


to


return OW::getThemeManager()->getCurrentTheme()->getStaticImagesUrl() . 'video-no-video.jpg';


Voilà!

You do not have permission to reply this topic