1
I tried to look for error of all that is way but I found no way
<div id="carouselFritou" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://placehold.it/500x260" class="img-fluid d-block">
</div>
<div class="carousel-item">
<img src="https://placehold.it/500x260" class="img-fluid d-block">
</div>
</div>
<a class="carousel-control-prev" href="#carouselFritou" role = "button" data-slide = "prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Anterior</span>
</a>
<a class="carousel-control-next" href="#carouselFritou" role = "button" data-slide = "next" aria-hidden="true">
<span class="carousel-control-next-icon"></span>
<span class="sr-only">Proximo</span>
</a>
</div>
Which button would it be?
– Sam
the button to move to the next img
– Souza Elvis
It appears. I think you’re not seeing it because it’s white and the bottom of the page might be white too.
– Sam
worst that only appears on the left side, the right does not appear at all
– Souza Elvis
I thought it might be because of the framework, but it was wrong
– Souza Elvis
The width of the Carousel is the same as the image, 500px?
– Sam
I tested it here and it worked normal. If you can send a screen print for me to see.
– Sam
Which buttons do you refer to, the navigation arrows or the indicators that are at the bottom indicating which slide you are on? If possible place an image indicating the problem
– hugocsl