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 4795ba2 commit a8be6efCopy full SHA for a8be6ef
administrator/components/com_media/resources/scripts/components/browser/items/image.vue
@@ -77,7 +77,7 @@ export default {
77
}
78
79
return this.item.thumb_path.split(Joomla.getOptions('system.paths').rootFull).length > 1
80
- ? `${this.item.thumb_path}?${api.mediaVersion}`
+ ? `${this.item.thumb_path}?${this.item.modified_date ? new Date(this.item.modified_date).valueOf() : api.mediaVersion}`
81
: `${this.item.thumb_path}`;
82
},
83
width() {
0 commit comments