Modal (Responsive) Embedding Web Page (URL)

2 replies·opened Jul 4, 2021
S
SISCANJul 4, 2021

Hi

Is it possible to embed a Webpage (URL) info a responsive Modal?

Regards
Barry

S
SemiColonWebSTAFFJul 5, 2021

Hello,

You can consider using something like this:

<a href="#myModal1" data-lightbox="inline" class="btn btn-secondary btn-lg">Inline Modal</a>

<div class="mfp-hide" id="myModal1">
	<div class="block mx-auto" style="background-color: #FFF; max-width: 900px;">
		<iframe src="https://getbootstrap.com" frameborder="0" class="w-100" height="300"></iframe>
	</div>
</div>

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

S
SISCANJul 5, 2021

Thank you.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard