diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
