p4w31 !d21k0w541
p4w31 !d21k0w541
If it's working locally but not during deployment the `data-src` path you are referring to is only available locally but not in built version of your project. Build your project...
I'm sorry but I don't understand if you mean that you've solved the problem already or you checked build and images are working there as intended 😄 If second option,...
One way I can think of is adjusting slider styles within `scss` file. First, follow steps to configure your own `scss` file for that slider: https://github.com/rcaferati/react-awesome-slider/issues/147#issuecomment-706706461 Second, find that part:...
Hi @BruceWheaton. I managed to adjust this by overwriting scss files. Create your own style file and put there combined data from react-awesome-slider node_modules package: `styles.scss` and `constants.scss` and follow...
> Changing things in the node modules seems like a not optimal way. When you are working in a team using git, node_modules are ignored most of the time. It's...
I've shortened the custom class to this: ```css .awssld__content > img { object-fit: contain; } ``` And it finally worked when combining with cssModule attribute ```js import styles from './styles.module.css';...
Hi. If you(or someone else) still wonder how to make that work with that particular slider, I've digged through some code and found out that you would have to reach...
> > > While this works, I run into the error myself where if changing the selected prop/attribute before the transitioning has completed from the previous change the slider will...
Hi. If you still consider that feature, I'm afraid that it's not possible within provided version unless you accept big cons of workaround mentioned below. I've tried to attach to...
Did you check closed issue #102? There is example with adding videos to slider from repo owner. If you view it, launch video on first slide and go to the...