Display full page (width and height) and without a scroll bar

I used that to do this:

Using Plugbubble plugin (:clap:), add some Javascript for when the page loads:

$(document).ready(function(){ $("#anchor").parents("div.bubble-element.Group").css("height","100vh"); $(".main-page").css("height","100vh") });

Then create an empty html element and don’t show it on page load. Set the id to that element to “anchor”

It took some tinkering in the Responsive editor, but it worked out well.

3 Likes