You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When browser window is resized smaller/narrow or on mobile view, the pictures in the slider get cropped, so that central part of images are shown.
I solved these 2 issues by removing hight and min-height from .carousel-item and adding height: 56.25vw, in modern-business.css.
To make text appear, carousel option div has to use only carousel-caption class, in index.html.
The text was updated successfully, but these errors were encountered:
When browser window is resized smaller/narrow or on mobile view, the pictures in the slider get cropped, so that central part of images are shown.
I solved these 2 issues by removing hight and min-height from .carousel-item and adding height: 56.25vw, in modern-business.css.
To make text appear, carousel option div has to use only carousel-caption class, in index.html.
You might be seeing the viewport restriction for mobile view. The carousel item doesn't properly fit on most mobile displays
When browser window is resized smaller/narrow or on mobile view, the pictures in the slider get cropped, so that central part of images are shown.
I solved these 2 issues by removing hight and min-height from
.carousel-item
and addingheight: 56.25vw
, in modern-business.css.To make text appear, carousel option div has to use only
carousel-caption
class, in index.html.The text was updated successfully, but these errors were encountered: