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
530 stars 158 forks source link

How do you set the link url for tile_as_link #214

Closed agentKnipe closed 5 years ago

agentKnipe commented 5 years ago

What do you need to set in order to link to a url? Is there a data attribute that needs to be set?

<img src="@Url.Action("AzureBlobThumbnailImageGet", "Image", new {blobGuid=album.LeadImage.AlbumImageGuid})" alt="@album.Album.AlbumName" data-url="~/Gallery/Album?AlbumID=@album.Album.AlbumID" data-description="@album.Album.AlbumName" />

agentKnipe commented 5 years ago

you wrap the image in an href tag, the documentation isnt clear on this.