How to resize a page like Softr?

Can someone tell me how to resize my page like on Softr.io?

We can see the resizing between second 3 and 4 of this Loom video : https://www.loom.com/share/b7ee61a2182a4843b2e9c060e2e01b94

Thanks in advance :slight_smile:

I can share that code but before need to see your page :slight_smile:

Hi Arthur,

Thank you very much for your response.

Here is my page : https://www.metrr.fr/

Softr is King :clap:

Max

Hi Arthur, how are you? Were you able to go to my page? :slightly_smiling_face:

See you soon.

@toumax sorry for being slow have been a bit sick lately.

This should help

<script>
document.addEventListener("DOMContentLoaded", () => {
    /*Make hero image bigger*/
    $('#hero4 .col-lg-8').addClass('col-lg-12');
    $('#hero4 .col-lg-8').removeClass('col-lg-8');
    $('#hero4 .col-lg-2').remove();
});
</script>

add into page setting custom code header area

1 Like

Hi Arthur,

I wish you a speedy recovery and thank you very much for your response :pray: