Compare commits

...

1 Commits

Author SHA1 Message Date
Chief Bube 53e429468c added explicit sizes for the mentioned images 2023-11-03 09:56:00 -07:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ function HeroHomeOne() {
data-wow-duration="2000ms" data-wow-duration="2000ms"
data-wow-delay="600ms" data-wow-delay="600ms"
> >
<img src={heroThumbTwo} alt="" /> <img src={heroThumbTwo} alt="" width="100%" height="100%" />
</div> </div>
</div> </div>
</div> </div>
+1 -1
View File
@@ -43,7 +43,7 @@ function TrafficHomeOne() {
data-wow-delay="200ms" data-wow-delay="200ms"
src={thumb} src={thumb}
alt="" alt=""
style={{ zIndex: "0", minHeight: "300", minWidth: "400" }} style={{ zIndex: "0", minHeight: "300px", minWidth: "400px", width: "100%" }}
/> />
</div> </div>
</div> </div>
@@ -39,6 +39,7 @@ function CustomSlider({ images, speed, indicatorColor, indicatorClass }) {
src={image} src={image}
alt="image" alt="image"
style={{ style={{
width: "100%",
minWidth: "100%", minWidth: "100%",
maxHeight: "695px", maxHeight: "695px",
height: "100%", height: "100%",