Forums
(@sigi2k)
8 years, 1 month ago
the following changes help me to disable the download button.
search for shareEl: true, in photoswipe-ui-default.js and set it to false.
shareEl: true,
additionally search for shareEl:!0 in photoswipe-ui-default.min.js and change 0 to 1.
shareEl:!0