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 2740713 commit 87d01f8Copy full SHA for 87d01f8
1 file changed
administrator/components/com_media/resources/scripts/components/browser/items/image.vue
@@ -86,8 +86,8 @@ export default {
86
visibilityChanged(isVisible, entry) {
87
if (entry.isIntersecting) {
88
this.currentInfo = this.item.adapter.startsWith('local-')
89
- ? `url(${this.item.thumb_path}?${api.mediaVersion})`
90
- : `url(${this.item.thumb_path})`;
+ ? `url(${this.item.thumb_path}?${api.mediaVersion})`
+ : `url(${this.item.thumb_path})`;
91
} else {
92
this.currentInfo = false;
93
}
0 commit comments