I have various empty space boxes on a page I am building and they work until on mobile view, only when the page is refreshed in mobile view though, not if one just resizes the window to tiny.
On desktop the html appears like this:
<div data-original-height="560" class="vc_empty_space" style="height: 560px;" 560px"="">
<span class="vc_empty_space_inner"></span></div>
Refreshed on mobile view:
<div data-original-height="560" class="vc_empty_space" style=""height:" 560px"="">
<span class="vc_empty_space_inner"></span></div>
Its the same on all my pages.
I used this as a quick fix if anyone has the same issue: