Quote:
Originally Posted by RamdonGhai
I agree completely, this mod stretches to fit, making most images look terrible.
Is there a way to where the image can be a fixed width, constraining proportions.
Or even a way to disable the stretching and center the image for the time being.
|
Change the width in the code provided below with the width of your template. My template width was 975 pixels and adjust the width to best fit your style.
</vb:if>
<style>.profileimg {
width: 1278px;
min-height: 250px;
max-height: 350px;
margin-top: -32px;
margin-bottom: -41px;
border-bottom: 5px solid hsla(204, 39%, 42%, 0.63);
border-top: 5px solid;
margin-right: -20px;
border-radius: 5px 5px 0 0;
}