Zoltan Toth

Results 6 comments of Zoltan Toth

As of now the carousel isn't responsive, so the images not scaling to the viewport width, i.e. `max-width: 100%` won't work. Did you mean by _"full screen"_ just a fairly...

If you want to create a pull request with the code that matters - I can review and merge it. Thanks!

@doubleedesign Hey Leesa, just wanted to ask what do you think about having the same `openClass` for both the list and button? What's better in your opinion: 1. Let them...

My first thought was about renaming `.is-open` --> `.is-open-list` and having the new `.is-open-button`, but that can potentially break it for people who already have styles for `.is-open`, so it's...

@hebrerillo Thanks for the PR! Are you sure it improves the performance though? Running the check on every step seems to add operations. What I mean - imagine you have...

@codepath2019 The easiest workaround would be: 1. Set `buttons={false}` to hide them 2. Create the `Continue reading..` link below the component that points to a different page.