Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello,
    there is a simple css to do. Go to your style.css file in your theme folder. Change this line “213 .slides .slide-thumb img {position: absolute;left: 50%;top: 50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: auto;min-width: 102%;height: auto;min-height: 500px;}

    to this:

    .slides .slide-thumb img {position: absolute;left: 50%;top: 50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: auto;max-width: 100%;height: auto;}

    You will see the images are shrinking with the size of your mediascreen.

    At least you have to jusytify your height by mediascreen. Is simply css as well. Hope this solved your problem.

    Sorry my english is not so good.

Viewing 1 replies (of 1 total)