【发布时间】:2023-02-06 21:14:10
【问题描述】:
我正在使用 angular-modal-gallery 版本 7。
我要把图片显示大一点enter image description here
我的模板代码是:
<ks-modal-gallery [id]="200"
[modalImages]="arrayImage"
[plainGalleryConfig]="plainGalleryRow"
[currentImageConfig]="{description: {strategy: 2, imageText: ''}}"
[previewConfig]="{visible: true, size: {width: 'auto', height: 'auto'}}"
[slideConfig]="{infinite: true, sidePreviews: {show: false}}"
[dotsConfig]="{visible: false}">
</ks-modal-gallery>
我的组件代码是:
plainGalleryRow: PlainGalleryConfig = {
strategy: PlainGalleryStrategy.ROW,
layout: new LineLayout({ width: '0px', height: '0px' }, { length: 2, wrap: true }, 'flex-start')
};
请任何人都可以帮助找到解决方案吗?
【问题讨论】:
标签: html angular typescript