I need help with frontedn

Prompt please what it is better to use for horizontal scrolling of images?

you can use a carrousel here you have an example

#carousel {
    width: 100%;
    height: 150px;
    background-color: #ff0000;
    overflow: auto;
}