Skip to content
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

Open
Chapterchapter opened this issue Feb 3, 2019 · 4 comments
Open

resizing the image width and height #40

Chapterchapter opened this issue Feb 3, 2019 · 4 comments

Comments

@Chapterchapter
Copy link

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

@thiagosf
Copy link
Owner

Hello!

You can do this like it:

.skitter {
  max-width: initial;
}

See: https://codepen.io/thiagosf/pen/OdvmKq

@fmertins
Copy link

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!

@fmertins
Copy link

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 :-(

@thiagosf
Copy link
Owner

Cool! To remove the dots:

$('.skitter').skitter({ dots: false })

If you need, the doc is here: https://skitter-slider.net/options.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants