amandablum / mindup

1 stars 0 forks source link

pagebuilder 1 col, image crop incorrect #80

Closed amandablum closed 8 years ago

amandablum commented 8 years ago

its cropping instead of scaling so its losing its rectangularness. 2016-04-04_0925

vitamincee commented 8 years ago

The image is a rectangle - if it were to scale down to 300px wide and keep it's aspect ratio it would be around 120px high, so no room for any text. Instead I set it to be a background and set the background to cover. I'm not sure how else to do it and still make sure there's enough image behind the text.

amandablum commented 8 years ago

weird. didn't catch my response. i see what you're saying, and think if we pull padding off the image, it will become more rectangular, even using the bg set to cover, AND we'll see more of the image. It just doesn't need all that padding. if you pull it all off except for 10px on bottom, it looks like this: 2016-04-04_2053