Hi
I have created google map exhibit.
<!-- Map View -->
<div ex:role="exhibit-view"
ex:viewClass="Exhibit.MapView"
ex:latlng=".GoogleRef"
ex:center="55.0, -3.0"
ex:icon=".ImageURL"
ex:iconFit="none"
ex:iconScale="1"
ex:bubbleWidth="480"
ex:bubbleHeight="1000"
ex:shape="circle"
ex:shapeWidth="30"
ex:shapeHeight="40"
ex:bubbleTip="top"
ex:colorKey=".StageName"
ex:colorCoder="stages-colors"
ex:showSummary="false"
ex:mapHeight="400"
ex:selectCoordinator="myLists"
>
</div>
I would like to apply value of ex:mapHeight dynamically according to user screen size.
At the moment it is fixed to 400px.
Please can some one help me or guide me, how do I do this.
Many thank