Hi. For the "homepage featured box image," can i insert a vertical photo in this slot? Or is this only compatible with wide screen photos? Every time I try to insert a vertical photo, it gets cut off. Is there anyway to fit a vertical image here without it getting cropped?? Thanks
Hi. For the "homepage featured box image," can i insert a vertical photo in this slot? Or is this only compatible with wide screen photos? Every time I try to insert a vertical photo, it gets cut off. Is there anyway to fit a vertical image here without it getting cropped?? Thanks
Hi,
Please try add more this code to Customize > Custom CSS to do that:
ul.homepage-featured-boxes li .penci-fea-in{ height: auto !important; } ul.homepage-featured-boxes .penci-fea-in .fea-box-img{ position: relative; width: 100%; } ul.homepage-featured-boxes .penci-fea-in .fea-box-img:before {padding-bottom: 120%;
display: block;
height: 0;
content: '' !important;
width: 100%;
background: none !important;
box-shadow: none !important;
position: relative;
}
Change value '120%' on the above code to the size you want.
Best Regards,
PenciDesign