|
|
@@ -205,7 +205,7 @@ const FilmStrip = {
|
|
205
|
205
|
*/
|
|
206
|
206
|
let videoAreaAvailableWidth
|
|
207
|
207
|
= UIUtil.getAvailableVideoWidth()
|
|
208
|
|
- - this._getFilmstripWidthExceptThumbnails()
|
|
|
208
|
+ - this._getFilmstripExtraPanelsWidth()
|
|
209
|
209
|
- UIUtil.parseCssInt(this.filmStrip.css('right'), 10)
|
|
210
|
210
|
- UIUtil.parseCssInt(this.filmStrip.css('paddingLeft'), 10)
|
|
211
|
211
|
- UIUtil.parseCssInt(this.filmStrip.css('paddingRight'), 10)
|
|
|
@@ -271,11 +271,12 @@ const FilmStrip = {
|
|
271
|
271
|
* Traverse all elements inside the filmstrip
|
|
272
|
272
|
* and calculates the sum of all of them except
|
|
273
|
273
|
* remote videos element. Used for calculation of
|
|
274
|
|
- * available width for video thumbnails
|
|
|
274
|
+ * available width for video thumbnails.
|
|
|
275
|
+ *
|
|
275
|
276
|
* @returns {number} calculated width
|
|
276
|
277
|
* @private
|
|
277
|
278
|
*/
|
|
278
|
|
- _getFilmstripWidthExceptThumbnails() {
|
|
|
279
|
+ _getFilmstripExtraPanelsWidth() {
|
|
279
|
280
|
let className = this.filmStripContainerClassName;
|
|
280
|
281
|
let width = 0;
|
|
281
|
282
|
$(`.${className}`)
|