Show frame of video as thumbnail, not "icon" #23

Merged
sanj merged 1 commits from feature/fix-thumbnails into develop 2018-12-12 16:41:09 +00:00
Showing only changes of commit 1eb6b8a1f4 - Show all commits

View File

@ -1,7 +1,7 @@
import config from '../config'; import config from '../config';
export function getThumbnail(id, size='256') { export function getThumbnail(id, size='200') {
return `${config.baseUrl}/${id}/icon${size}.jpg` return `${config.baseUrl}/${id}/${size}p.jpg`
} }
export function getVideo(id, size='480') { export function getVideo(id, size='480') {