StackIdeas
Disable "Download Photo"
By
Justin
on Tuesday, 07 October 2014
Posted in
General Issues
Likes
0
Views
731
Votes
0
Is there a setting that disables the "Download Photo" in the image pop-up/viewer?
Thanks.
or a hack on how to remove that link...
Robert
·
Tuesday, 07 October 2014 05:32
·
0 Likes
·
0 Votes
·
0 Comments
·
#171192
I did manage to hide it with the following CSS hack (but I'm not sure if it plays nicely with IE yet):
li[data-photo-download-button] {
display: none!important;
}
Justin
·
Tuesday, 07 October 2014 06:44
·
0 Likes
·
0 Votes
·
0 Comments
·
#171195
This would be a good idea to be added as a settings. Will add this in the next release
Mark
·
Tuesday, 07 October 2014 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
#171231
Thanks Mark!
Justin
·
Tuesday, 07 October 2014 20:54
·
0 Likes
·
0 Votes
·
0 Comments
·
#171306
+1
RattenkopfNeu
·
Tuesday, 07 October 2014 21:03
·
0 Likes
·
0 Votes
·
0 Comments
·
#171308
This is already added in 1.3.8
Cheers!
Mark
·
Tuesday, 07 October 2014 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
#171316
View Full Post