Open
Description
Hi desandro, I was wondering if its possible to link a specific image in fullscreen, so when click, it opens the fullscreen and scrolls to the desire img, also is it possible to link to a image with out the #photoX on the url?
<a class="comment_photo_fullscreen" href="#carousel-cell2">View cell 2</a>
<img class="carousel-image" id="carousel-cell2"....>
$(".comment_photo_fullscreen").click(function() {
$carousel.flickity('viewFullscreen');
});
Appreciate the help
Metadata
Metadata
Assignees
Labels
No labels