n0fear I use 'context_menu' => false, so fare so good, on mobile it still shows a download button, what is fine, but is it possible to show this downloadbutton on desktop, too?
Karl n0fear First of all, I assume you are speaking of the popup interface after an image is clicked? That is the only place there is a separate download-button specifically for mobile. To achieve that, you could override the popup config from _files/js/custom.js custom javascript: _c.config = { popup: { downloadEl: true // force download button on all devices } }