|
|
@ -1667,8 +1667,8 @@ angular.module('myApp.services', []) |
|
|
|
|
|
|
|
|
|
|
|
function wrapForHistory (videoID) { |
|
|
|
function wrapForHistory (videoID) { |
|
|
|
var video = angular.copy(videos[videoID]), |
|
|
|
var video = angular.copy(videos[videoID]), |
|
|
|
width = 100, |
|
|
|
width = 200, |
|
|
|
height = 100, |
|
|
|
height = 200, |
|
|
|
thumbPhotoSize = video.thumb, |
|
|
|
thumbPhotoSize = video.thumb, |
|
|
|
thumb = { |
|
|
|
thumb = { |
|
|
|
placeholder: 'img/placeholders/VideoThumbConversation.gif', |
|
|
|
placeholder: 'img/placeholders/VideoThumbConversation.gif', |
|
|
|