What do I need to change in the web-client (SAO?) to add a zooming feature for the image widget? Where to start?
There is no such feature for now.
I guess it could be added in standard by adding an <input type="range"/>
that manage some css zoom value. And of course, the possibility to move the image inside the zoomed frame.
Like these of online-store zoom-in?
I want to try this feature:
What css I should update?
Just
/var/lib/trytond/www/dist/tryton-sao.css
?? (I understand that I should minify it aftewards)
Better you add a custom.css
in the sao root with your customizations.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.