Hi Mert
Is there any ccs way I can style that my portfolio-pictures are never bigger than the browsers height?
I am doing a portfolio with only square pictures, and on laptop browsers I have to scroll to see the whole picture.
I have used this, but there are so many screen-posibillitys in between, that it doesnt quite do the trick:
@media only screen and (max-width: 1440px) {
.column-row.nor-align-top {
width: 60%;
}}
@media only screen and (max-width: 1024px) {
.column-row.nor-align-top {
width: 100%;
}}