Skip to content

Commit

Permalink
Merge pull request #565 from OnaliyVinukiy/master
Browse files Browse the repository at this point in the history
Fixed #556 and Improved Carousel Slider Images
  • Loading branch information
QAZIMAAZARSHAD committed Oct 10, 2023
2 parents 1413361 + a208730 commit fdb07a2
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 5 deletions.
Binary file removed Images/YJHD cover.jpg
Binary file not shown.
Binary file added Images/ci.avif
Binary file not shown.
Binary file added Images/ci2.avif
Binary file not shown.
Binary file added Images/ckd2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/msd.avif
Binary file not shown.
Binary file added Images/msd2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/msd3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/msdd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/vlht2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/yjhd2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions movies.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,24 +344,26 @@

<!-- navbar ends -->

<!--Carousel Slider-->

<div class="main-content">

<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./Images/msd.jpg" height="400" class="d-block w-100" alt="...">
<img src="./Images/msd3.jpg" height="540" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./Images/YJHD cover.jpg" height="400" class="d-block w-100" alt="...">
<img src="./Images/yjhd2.jpg" height="540" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./Images/vlhta.jpg" height="400" class="d-block w-100" alt="...">
<img src="./Images/vlht2.jpg" height="540" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./Images/Idiots.png" height="400" class="d-block w-100" alt="...">
<img src="./Images/Idiots.png" height="540" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./Images/ckd.jpg" height="400" class="d-block w-100" alt="...">
<img src="./Images/ckd2.jpg" height="540" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-bs-slide="prev">
Expand Down

0 comments on commit fdb07a2

Please sign in to comment.