Bootsrap Carousel image not responsive
Hi all,
Here is my link
The images in the carousel (Home Page) are not responsive.The images were embedded as a background.So I don't know how to make them to be responsive.
Kindly help to make them responsive.
.carousel-item.item4 {
background: url(../images/ANEH2019-Web-V3.png) no-repeat;
background: url(../images/ANEH2019-Web-V3.png) no-repeat;
background: url(../images/ANEH2019-Web-V3.png) no-repeat;
background: url(../images/ANEH2019-Web-V3.png) no-repeat;
background: url(../images/ANEH2019-Web-V3.png) no-repeat;
background-size: cover;
}
Thanks.
