Actual basic footer. Need to add everything tina related.
This commit was merged in pull request #11.
This commit is contained in:
@@ -29,7 +29,7 @@ export const Carousel: PageBlockFunction<PageBlocksCarousel> = ({ data }) => {
|
||||
dynamicHeight={ false }
|
||||
interval={ data.speed || 3000 }>
|
||||
{ data?.images?.map(imageUrl => (
|
||||
<div className="carousel-image" style={ { backgroundImage: `url(${ imageUrl })` } }/>
|
||||
<div key={ imageUrl } className="carousel-image" style={ { backgroundImage: `url(${ imageUrl })` } }/>
|
||||
)) }
|
||||
</ReactCarousel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user