diff --git a/src/components/widgets/background/Background.jsx b/src/components/widgets/background/Background.jsx index 39951e6a..3d91ce2f 100644 --- a/src/components/widgets/background/Background.jsx +++ b/src/components/widgets/background/Background.jsx @@ -264,6 +264,10 @@ export default class Background extends React.PureComponent { if (this.state.video === true) { document.getElementById('backgroundVideo').style.display = 'block'; } else { + if (this.state.photoInfo.hidden === false) { + document.querySelector('.photoInformation').style.display = 'block'; + } + element.style.display = 'block'; }