No content to show
User Activity
Now if you want the enlarged image to appear in a window on the side, you must use the jquery-zoom target option, write me if you need help noranterri@gmail.com
I solve it:First the trigger must be fired in the load event of the page, it must set a minimum height to that div and hide the tumbnails : $(window).on('load', function () {
$('.image-zoom')
.wrap('<span style="display:block;min-height:565px...
Hello I hope it helps someone :(using Jquery) $(document).ready( function(){
$.ajax({url: "/variants/{{ product.selected_or_first_available_variant.id }}/?section_id=pick-availability", success: function(result){
$('#availab...
Hello everyone, this is really a problem with the Brooklyn theme with the hide class of the first element, it happens when clicking on a different image from the first one, scrolling and clicking on the first thumbnail.Here I have a solution that alt...
Hello everyone, this is really a problem with the Brooklyn theme with the hide class of the first element, it happens when clicking on a different image from the first one, scrolling and clicking on the first thumbnail.Here I have a solution that alt...