Sha256: c3e02cba4b3b4bfedb53eae86ef944321db4a9a2c7dab213bebc0dbc9e04cebd
Contents?: true
Size: 1.43 KB
Versions: 2
Compression:
Stored size: 1.43 KB
Contents
<div class="modal fade" id="picturesModal" tabindex="-1" role="dialog" > <div class="modal-dialog--zoom modal-dialog mw-100 vh-100 mt-0 mb-0" role="document"> <div class="modal-content h-100"> <div class="modal-body"> <button class="modal-close" type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">✕</span> </button> <div class="d-flex justify-content-center align-items-center product-details-images h-100"> <% if @product_images.size > 1 %> <div class="d-none d-sm-block product-details-thumbnails"> <%= render 'spree/shared/carousel/thumbnails', images: @product_images, group_id: 'main-product-modal-carousel', id: 'productModalThumbnailsCarousel', trigger_id: 'productCarousel', per_page: 4 %> </div> <% end %> <div class="product-details-single"> <%= render 'spree/shared/carousel/single', images: @product_images, group_id: 'main-product-modal-carousel', id: 'productModalCarousel', trigger_id: 'productCarousel', zoomed: true %> </div> </div> </div> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_frontend-4.1.0.rc2 | app/views/spree/products/_gallery_modal.html.erb |
spree_frontend-4.1.0.rc1 | app/views/spree/products/_gallery_modal.html.erb |