added explicit sizes for the mentioned images

This commit was merged in pull request #48.
This commit is contained in:
2023-11-03 09:56:00 -07:00
parent 2091c61804
commit 53e429468c
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-delay="600ms"
>
<img src={heroThumbTwo} alt="" />
<img src={heroThumbTwo} alt="" width="100%" height="100%" />
</div>
</div>
</div>
+1 -1
View File
@@ -43,7 +43,7 @@ function TrafficHomeOne() {
data-wow-delay="200ms"
src={thumb}
alt=""
style={{ zIndex: "0", minHeight: "300", minWidth: "400" }}
style={{ zIndex: "0", minHeight: "300px", minWidth: "400px", width: "100%" }}
/>
</div>
</div>