It's possible make responsive the images of the slides from Image Show Gk4? How can I'll do it?
On the other hand in no main page I select a image to background and try make it responsive changing template.css
- Code: Select all
body {
background: #fff url('../images/logo_web2.jpg') no-repeat center top;
background-size: cover;
color: #666;
font-size: 16px;
font-weight: 300;
line-height: 1.6;
margin: 0;
min-height: 100%;
padding: 0;
word-wrap: break-word;
}
But the image is not charge. How can I solve it?
Thank you