Plugin Author
ArrayHQ
(@okaythemes)
Hi Grant,
It depends on which of the Array themes you’re using the plugin with. This plugin is intended for use with our theme collection and each theme handles images just a bit differently, depending on the context. Are you using one of our themes?
Plugin Author
ArrayHQ
(@okaythemes)
Ok, great! We have a few threads in the North support forum on Array about controlling portrait images.
Basically, you’ll want to add a few extra styles in Appearance -> Customize -> Theme Options -> Custom CSS. These styles will control the height and center portrait images.
.flexslider .slides img {
max-height: 600px;
width: auto;
margin: 0 auto;
}
You can adjust the max-height to fit your needs.