diff --git a/resources/js/components/SMImage.vue b/resources/js/components/SMImage.vue index 1011283..807582e 100644 --- a/resources/js/components/SMImage.vue +++ b/resources/js/components/SMImage.vue @@ -33,6 +33,10 @@ const imgError = ref(false); display: flex; flex-basis: 300px; + /* Firefox */ + justify-content: center; + max-height: 300px; + img { max-height: 100%; max-width: 100%;