How to change the dimensions of the slideshow

How to change the dimensions of the slideshow

CreatorTim
Navigator
471 1 71

Hi, I want to add iPhone footage to my slideshow, so I need to change the dimensions. I’ve already made some adjustments using this code:

.slideshow__media img {
  max-height: 600px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.slideshow__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: auto;
  min-height: auto;
}
.slideshow {
  max-height: 600px;
  overflow: hidden;
}

 

And this is how it looks:

CreatorTim_0-1745867332666.png

 

Now, I want to align the image to the center and remove the entire gray rectangle background. So basically, I just want the image to be centered without the background or wtf is that.

 

Here’s my store: https://creationwithtim.com/products/cinematiq-lut-collection-copy

 

Thanks a lot,
Tim

Replies 0 (0)