当前,我正在寻找同时支持图像和视频的任何插件。
我已经尝试过react-image-gallery插件,但是它不支持mp4。
<ModalBody>
<div>
<ImageGallery
items={this.state.imageArray}
showThumbnails={false}
showPlayButton={false}
showFullscreenButton={false}
showBullets={true}
startIndex={this.props.currentIndex ? this.imageIndex : 0}
/>
</div>
</ModalBody>