-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resizing the image width and height #40
Comments
Hello! You can do this like it: .skitter {
max-width: initial;
} |
Hi there, how's it going? I'm facing a very similar scenario, my slideshow is working great but now I have to make it for 100% width of the page, always. I've been trying lots of CSS options but until now I've got nothing :-P :-( I'll try that codepen example, thanks! |
Hello, ok I believe I'm making some progress :-) @thiagosf How do we remove the navigation "bullets" below the images? Because I've tried the JSON "options" like hide_tools, navigation, etc but none of them seem to work :-( |
Cool! To remove the dots: $('.skitter').skitter({ dots: false }) If you need, the doc is here: https://skitter-slider.net/options.html |
i cant resize the images width and height i cant rewrite the css it dosen't work so pls tell me how do i change the image width and size i just went to make ti the width of the image 100% and the height 520px. so pls help me with that
The text was updated successfully, but these errors were encountered: