Custom Slideshow Cropping Portrait Images
-
So I have this page on the site. I am not a coder, and our coders could not figure this out. I want to make it so, that our portrait images appear as portraits and now landscape and cropped.
Here’s what I think is the line of code.
}
.showcase-slider–slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
@include gt-medium {
height: 75vh;
max-height: 600px;
width: 88%;
margin: 0 6%;
}But I also have no clue. Sorry for the lack of knowledge!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Slideshow Cropping Portrait Images’ is closed to new replies.