Skip to content
Snippets Groups Projects
Commit f7379fb6 authored by William Faircloth's avatar William Faircloth
Browse files

fix sizing

parent 78fb29f2
Branches streaming
No related tags found
1 merge request!3Streaming
Pipeline #6159 failed
......@@ -70,7 +70,7 @@
img.setAttribute('src', new URL(src, "https://systems.cs.odu.edu/img/").href);
}
// set max width
img.setAttribute('style', 'max-width: 570px; margin: 1rem 0; border-radius: 0.25rem;');
img.setAttribute('style', 'max-width: 100%; height: auto; margin: 1rem 0; border-radius: 0.25rem;');
});
// fix links too
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment