plugin updates

This commit is contained in:
Tony Volpe
2024-07-16 13:57:46 +00:00
parent 41f50eacc4
commit 8f93917880
1529 changed files with 259452 additions and 25451 deletions

View File

@@ -0,0 +1,29 @@
.wpmf-block-embed {
overflow-wrap: break-word;
margin: 0;
}
.wpmf-block-embed__wrapper {
position: relative;
}
.wpmf-block-embed .wpmf-block-embed__wrapper::before {
content: "";
display: block;
padding-top: 50%;
}
.wpmf-block-embed .wpmf-block-embed__wrapper::before {
padding-top: 56.25%;
}
.wpmf-block-embed iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
max-width: 100%;
}