2

Sliding images in quick view

  • Done

Avatar
Martin

On the single product page the content below the image slider moves up when the slider switches to a smaller image, or down when the image is higher than the one before. The looks and behavior of this feature are really nice and useful.

I think the content in the quick view sidebar should behave the same way as it does on the single product page.

Due to the type of my content, I need different image sizes and orientations and cannot reduce them to one format.
This leads to large white gaps between the image and the short description.

Best regards, Martin



Could you implement this behavior in the quick view?

A

Activity Newest / Oldest

Avatar

Jack Richardson

Status changed to: Done

Avatar

Jack Richardson

Hello, @Martin
Thanks for the good suggestion !
Would you like to have something like you may see on next gif ->
gyazo.com/da5a7c391d9e510c3e89d7c477a6464d
If it is what you expected then it will be included in next theme update as filter (for this time because there are no much voices for this request yet) and you will need to add next custom code to your child-theme/functions.php -> prnt.sc/jzAzefJ-KtuY
`
add_filter('etheme_quick_view_canvas_gallery_autoheight', '__return_true');
`
Waiting for your reply !


Avatar

Martin

Hello Jack,
thank you very much!
Right, image slider auto height, this is exactly what I meant.
Custom code is fine with me, thank you for the quick reply
Best regards
Martin


  • Avatar