Skip to Content
Menu
This question has been flagged
2 Replies
5381 Views

when we clicking on image, image need to zoom out. How to implement that in odoo8?.

Kindly give any suggestions.

Avatar
Discard
Best Answer

\https://apps.openerp.com/apps/modules/8.0/website_multi_image_zoom/

refer above link download module and see coding part you can make same as your requirement.

Avatar
Discard

It is not by default in Odoo, but you have many js library that allow you to customize your Odoo to do it.

You can take a look in module from answer, and apply it according your needs.

Or a well known script ligthbox from here http://lokeshdhakar.com/projects/lightbox/ where you just need to add the script in the asset, and add tag a with href='url_big_image' and rel='lightbox' around your current picture