image update
This commit is contained in:
parent
c47511d8f7
commit
f98fb0f77e
|
|
@ -141,8 +141,8 @@ include 'header.php';
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.preview-container {
|
.preview-container {
|
||||||
max-height: 150px;
|
max-height: none; /* Removed height restriction */
|
||||||
overflow: hidden;
|
overflow: visible; /* Allow content to be seen */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
@ -153,7 +153,7 @@ include 'header.php';
|
||||||
}
|
}
|
||||||
.img-thumbnail {
|
.img-thumbnail {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
height: auto; /* Maintain aspect ratio */
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue