We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ca62d commit bc9c120Copy full SHA for bc9c120
1 file changed
frontend/src/component/lightbox.vue
@@ -125,7 +125,7 @@ export default {
125
canEdit: this.$config.allow("photos", "update") && this.$config.feature("edit"),
126
canLike: this.$config.allow("photos", "manage") && this.$config.feature("favorites"),
127
canDownload: this.$config.allow("photos", "download") && this.$config.feature("download"),
128
- canFullscreen: !this.$isMobile,
+ canFullscreen: !this.$isMobile || this.$config.featExperimental(),
129
isFullscreen: !window.screenTop && !window.screenY,
130
isZoomable: true,
131
mobileBreakpoint: 600, // Minimum viewport width for large screens.
0 commit comments