I figured it out
If this comes up in a future search and can be of help to anyone. I changed the max width in the node_modules/nodebb-plugin-iframely/static/style.less
file.
iframely-container {
margin-top: 15px;
max-width: 900px;
img, iframe {
max-width: 100% !important;
}