diff --git a/ADnD_1E_Revised/1ESheet.css b/ADnD_1E_Revised/1ESheet.css index 1b6af202a42..a73aa778b16 100644 --- a/ADnD_1E_Revised/1ESheet.css +++ b/ADnD_1E_Revised/1ESheet.css @@ -3731,14 +3731,18 @@ details[open].thac0-box { /*images*/ .sheet-rolltemplate-attacks a img, .sheet-rolltemplate-general a img { - aspect-ratio: 1; + aspect-ratio: auto; display: flex; flex-direction: row; - max-height: 300px; + justify-self: center; + margin: auto; + max-height: 50vw; + max-width: fit-content; object-fit: contain; object-position: center; + outline: 2px solid #000; overflow: clip; - margin: auto; + width: calc(100% - 5px); } .sheet-rolltemplate-attacks .sheet-subheader a img, diff --git a/ADnD_1E_Revised/1ESheet.html b/ADnD_1E_Revised/1ESheet.html index 67f50df3768..8ccb0d37cfb 100644 --- a/ADnD_1E_Revised/1ESheet.html +++ b/ADnD_1E_Revised/1ESheet.html @@ -63,9 +63,12 @@
v - • 12/4/24' + • 12/8/24'