We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66876a commit eba70a8Copy full SHA for eba70a8
src/block/carousel/save.js
@@ -77,10 +77,6 @@ export const Save = props => {
77
<div className="stk-block-carousel__content-wrapper">
78
<div className={ contentClassNames }>
79
<div
80
- className="stk-block-carousel__slider"
81
- role="list"
82
- data-autoplay={ attributes.autoplay ? ( attributes.autoplaySpeed || '4000' ) : undefined }
83
- data-label-slide-of={ attributes.ariaLabelPrev || 'Slide %%d of %%d' }
84
{ ...applyFilters( 'stackable.carousel.save.slider-props', {
85
className: 'stk-block-carousel__slider',
86
role: 'list',
0 commit comments