Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

How to display the map page in full?

Hi,
I want to know how to close this gap so it looks full. Please see attached. Image Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to display the map page in full?

Have you tried setting all margins to 0?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to display the map page in full?

Hi, you can tick "Full Screen" in Header and Footer properties to hide them.

Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

How to display the map page in full?

Thank you,
Bachi Nyangar

Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

How to display the map page in full?

Oops, it didn't work. Image Image

Bachi
Posts: 0
Joined: Mon Apr 22, 2013 1:47 am

How to display the map page in full?

Alena,
Thanks for your hint.
Would you let me know which of the line to be replaced. Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How to display the map page in full?

What lines do you mean?

On Page component Load event Run JavaScript with the code:
code$("[dsid='googlemap']").width(320);
$("[dsid='googlemap']").height(480);/code

You can count width and height which you need.

Return to “Issues”