How do i create an LWC carausel design where the text and image are shown side by side instead of the default top and bottom.
what i want is to make 1 & 2 side by side not top and bottom. link from where i took the default one: https://developer.salesforce.com/docs/component-library/bundle/lightning-carousel/example
Due to the restrictions of the standard lightning-carousel, you would have to build your own custom component to have more flexibility and customization options here.
You can find an example of a custom LWC carousel here: Custom Slider Component