-
- Downloads
[FIX] web_editor: correctly display image and focus point in bg option dialog
Before this commit, the focus point the user can move on the image in the background position configuration dialog was only following the mouse as we want if the image original width was larger than the dialog one. This is because the javascript relies on the fact the image takes 100% width of its container. To fix this, the container now does not take 100% of modal width but the size of its internal image (with a max-width of 100%).
Please register or sign in to comment