Hello Guys!
Problem: Slideshow Picture of Desktop View is cut.
Is there a Code I can use, that affects only the desktop view?
I copied this Code in CSS:
.slideshow img {
object-fit: cover;
width: 100%;
height: 100%;
}
and it worked really well.
The only Problem is, the code affects both views (Mobile and Desktop) and I dont want to change the Mobile view.
Is there a chance I can only change the height of the desktop slideshow view?