We've found it folks: mcmansion heaven
mcmansionhell.com
We've found it folks: mcmansion heaven
1–10 of 18 posts
Re: We've found it folks: mcmansion heaven
#2however, i would love to have been a fly on the wall during the meetings with whatever contractor was used to build this.
Re: We've found it folks: mcmansion heaven
#3https://twitter.com/hashtag/FridayNightZillow
The article’s snark was not always that funny. These places generate their own humor.
Re: We've found it folks: mcmansion heaven
#4Re: We've found it folks: mcmansion heaven
#5i've watched movies that felt like this. multiple directors brought in a different stages of the film, so none of it feels coherent. however, i would love to have been a fly on the wall during the meetings with whatever contractor was used to build this.
Re: We've found it folks: mcmansion heaven
#6Re: We've found it folks: mcmansion heaven
#7https://youtu.be/2tzp9sZVCm8?si=jFYW7WSwUrnVDq3d
(Mute your sound... the "music" is gag inducing.)
Re: We've found it folks: mcmansion heaven
#8More like this: https://twitter.com/hashtag/FridayNightZillow The article’s snark was not always that funny. These places generate their own humor.
Re: We've found it folks: mcmansion heaven
#9Re: We've found it folks: mcmansion heaven
#10It's happening because of the "object-fit: cover" in this from index_build.css:
.post-content div.npf_row .npf_col figure img,.post div.npf_row .npf_col figure img,body div.npf_row .npf_col figure img {
width: 100%;
height: 100%;
object-fit: cover
}
That suggests it is a deliberate design choice. If so, what's the reasoning behind it?