1
0
Fork 0

Disable image title

This commit is contained in:
Alex Kotov 2018-12-02 18:47:42 +05:00
parent 08447c51de
commit 66ed9cfe7e
No known key found for this signature in database
GPG key ID: 4E831250F47DE154

View file

@ -11,6 +11,7 @@
$(document).ready(function() {
$('#image').viewer({
inline: true,
title: false,
navbar: false,
})
})