-
- Downloads
[FIX] website: recompute carousel item heights on image loading
Some code is in charge of setting the same min-height for all items of a carousel to the natural height of the tallest item, once the page is loaded. This code was not working correctly in the case the natural height of this tallest item depends on the height of one of its inner image, as we have to wait for the image to be loaded in that case. closes odoo/odoo#28159
Please register or sign in to comment