vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 158 forks source link

Tile as link without Link Icon #222

Open ShahramHF opened 4 years ago

ShahramHF commented 4 years ago

Firstly, Thank you so much for this great gallery! I want to disable Link Icon but Tile have link, I used as below:

$("#gallery").unitegallery({
          gallery_theme: "tiles",
          gallery_width: "100%",
          tiles_type: "justified",
          tile_as_link: true,
          tile_show_link_icon: false,
          tile_link_newpage: false
});

it works as link but still show link icon!!!