Skip to content

This is how you create rounded corners on an embedded iframe like Google Maps

Notifications You must be signed in to change notification settings

Crustan/Rounded-Google-Maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Border radius for iframes (like Google Maps Embed)

This is how you create rounded corners on an embedded iframe like Google Maps

Use the SVG below as a mask with the CSS property mask-image and change the rx/ry values to your preferred border radius.

<svg width="100%" height="100%" version="1.1"
  xmlns="http://www.w3.org/2000/svg">

  <rect width="100%" height="100%" rx="10" ry="10"
  style="fill:rgb(0,0,0);stroke-width:1;
  stroke:rgb(0,0,0)"/>
</svg>

About

This is how you create rounded corners on an embedded iframe like Google Maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages