vertical images

GK User
Mon Feb 15, 2016 11:13 pm
Hi.
If I see this page:
http://pruebas.darocaarquitectos.com/es/fotografia
in a vertical tablet or small screen, I see all images with vertical format... Where I can change this?
I know is it possible change images with depending resolution (small.tablet.css, tablet.css, small.desktop.css...) but I need change also height of images
thx
User avatar
Junior Boarder

teitbite
Fri Feb 19, 2016 10:46 am
Hi

Try copy this code:

Code: Select all
.portfolio .itemList[data-cols="1"] .itemImageBlock, .portfolio .itemList[data-cols="2"] .itemImageBlock, .portfolio .itemList[data-cols="3"] .itemImageBlock, .portfolio .itemList[data-cols="4"] .itemImageBlock, .portfolio .itemList[data-cols="5"] .itemImageBlock, .portfolio .itemList[data-cols="6"] .itemImageBlock {
    height: 270px !important;
}


to files like mobile.css, small.tablet.css, etc with heights You wish to have in this devices.
User avatar
Moderator


cron