diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-12 16:21:54 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-12 16:21:54 +0100 |
| commit | 49c867b989c1aa05c8c90b0df4aded2dbcb2a65c (patch) | |
| tree | f9d7731c61d7fc26f654e73ef8cbc842c3feadf3 /animism-align/frontend/app/views/viewer/player/components.fullscreen/fullscreen.utility.js | |
| parent | bc1efe107d7421a4a3a0c515982e0750f87bee05 (diff) | |
higher res curtain bg
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) |
