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 ed00cfe commit 1a1f820Copy full SHA for 1a1f820
src/CloudImageProvider.vue
@@ -31,7 +31,7 @@ export default {
31
lg: '(min-width: 992px)', // 992 - 1199 SMALL_LAPTOP_SCREEN
32
xl: '(min-width: 1200px)' // from 1200 USUALSCREEN
33
},
34
- params: processParams(this.cloudImageConfig.params),
+ params:this.cloudImageConfig.params? processParams(this.cloudImageConfig.params) :'org_if_sml=1',
35
innerWidth: typeof window !== 'undefined' ? window.innerWidth : null,
36
previewQualityFactor: 10,
37
doNotReplaceURL: this.cloudImageConfig.doNotReplaceURL || false,
0 commit comments