Fcked up image sizes
-
Hi! I’m having a problem with my website.
https://www.alexandermahmoud.se/press/
I usually had the image height of 540, but I wanted to try changing it to 755.
The image size added a black fill under the images, so I tried uploading a picture that was 1100×755 px, but the picture got cropped to 1100x540px, and with a black fill underneath.This is what I changed:
/* —– BLOG POST TYPES —– */
.type-text, .type-image {
color: #666;
font-size: 24px;
height: 755px;
padding: 0;
}/* IMAGE GALLERY */
.type-gallery-portrait {
height: 430px;
padding: 0;
width: 300px;
}
.type-gallery-landscape {
height: 755px;
padding: 0;
}The theme I’m using is Sideways. I’ve tried looking into this but I’m not good, unfortunately. If anyone sits on a solution, please share!
All well,
- The topic ‘Fcked up image sizes’ is closed to new replies.