StevenWeir038 / Kennel39

A CRUD based booking site for a small dog grooming business
2 stars 2 forks source link

Carousel images change dimensions when transitioning #27

Closed StevenWeir038 closed 2 years ago

StevenWeir038 commented 2 years ago

Carousel image resizes when transitioning despite being of similar/size dimension to other images. It produces an unwanted jumping effect.

StevenWeir038 commented 2 years ago

Resolved by setting height of parent element (class="carousel-inner height-640px") to match height of carousel items.