I have a hard time changing CSS / Settings via Jquery to make images fully fit the div, what should I do to make any picture fit perfectly in the div?
https://jsfiddle.net/teonxyku/1/
I tried following:
#slider1_container img {
max-width:100%;
max-height:100%;
}
But it further broke the slider.
I will be pasting jsfiddle so you can get better understanding of the whole code, here's a preview of it.
Classic old solution is to make the image the background of the div