From 49c867b989c1aa05c8c90b0df4aded2dbcb2a65c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 12 Nov 2020 16:21:54 +0100 Subject: higher res curtain bg --- .../views/viewer/player/components.fullscreen/fullscreen.utility.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/player/components.fullscreen') diff --git a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js index a58f29c..5ec4833 100644 --- a/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js +++ b/animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js @@ -1,7 +1,7 @@ import React from 'react' import { EPILEPSY_WARNING, ROMAN_NUMERALS } from 'app/constants' -import { thumbnailURL } from 'app/utils/annotation.utils' +import { displayThumbnailURL } from 'app/utils/annotation.utils' export const FullscreenCurtain = ({ element, transitionDuration }) => { // console.log(element, isEntering) @@ -13,7 +13,7 @@ export const FullscreenCurtain = ({ element, transitionDuration }) => { } console.log(element) const curtainBackground = element.mediaItem && { - backgroundImage: 'url(' + (thumbnailURL(element.mediaItem)) + ')', + backgroundImage: 'url(' + (displayThumbnailURL(element.mediaItem)) + ')', } let texts = [] // console.log(element) -- cgit v1.2.3-70-g09d2