make sure videoPreview is up to date
This commit is contained in:
parent
4bdce55364
commit
9be454dfba
3 changed files with 5 additions and 3 deletions
|
|
@ -14,13 +14,13 @@ pandora.ui.videoPreview = function(data) {
|
|||
: Ox.max(pandora.site.video.resolutions);
|
||||
return pandora.getMediaURL('/' + data.id + '/' + resolution + 'p' + (
|
||||
Ox.isUndefined(position) ? '' : position
|
||||
) + '.jpg');
|
||||
) + '.jpg?' + data.modified);
|
||||
},
|
||||
frameRatio: data.frameRatio,
|
||||
height: data.height,
|
||||
position: data.position,
|
||||
scaleToFill: true,
|
||||
timeline: pandora.getMediaURL('/' + data.id + '/timeline16p.jpg'),
|
||||
timeline: pandora.getMediaURL('/' + data.id + '/timeline16p.jpg?' + data.modified),
|
||||
videoTooltip: data.videoTooltip,
|
||||
width: data.width
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue