T
Thierry Ciot
Guest
In new ui, you can leverage the custom event rb.newui.util.customEvents.rbs_uiResized and re-apply the computed offset in the callback. $(document).on( rb.newui.util.customEvents.rbs_uiResized, function() { // reapply offset to the element here … }); This event is triggered once the main container is resized (by container we mean where the RB inner page is rendered – inner page as in what you design in page designer – we sometime call it the canvas). Also, you are passed the computed height of the canvas in the data object.
Continue reading...
Continue reading...