Replies: 2
The page at the link is temporary and protected with “test” password.
After installing Jetpack I can add [googlemaps] shortcode using the Shortcode element, entering the following:
[googlemaps https://www.google.com/maps/d/u/0/embed?mid=1KZx3en1mXG8LBORBkSHhHctl-8VFTQtK]
However, I don’t know how can I change size (width and height) of the rendered element. Whereas with <iframe> taken directly from Google Maps and entered using the Custom HTML element:
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1KZx3en1mXG8LBORBkSHhHctl-8VFTQtK" width="100%" height="550"></iframe>
I can use width="100%" height="550".
How to achieve this with [googlemaps] shortcode?