I'm currently working on an Angular and Bootstrap application where I am trying to integrate a Bootstrap carousel. However, I've encountered some resizing issues with the width and height of the images/graphs.
You can view a demo of the issue here. When clicking on the next arrow in the demo, you'll notice that the dimensions of the graph are reduced. My goal is to have all the images/graphs used to be 100% width and height. Any suggestions or guidance on how to achieve this would be greatly appreciated.
CSS Code:
.panel-info .panel-heading {
background-color: #c1c6dd;
}
// Remaining CSS code goes here...
HTML Code:
// HTML code blocks go here...