10% margin on popup

Look at the resulting HTML, and style it with CSS. The CSS likely will look something like this:

.modal {
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
}

Leave a Comment