|
|
|
<div className={classNames('media-gallery__item', { standalone })} key={attachment.get('id')} style={style}> |
|
|
|
<div className={classNames('media-gallery__item', { standalone })} key={attachment.get('id')} style={{ left: left, top: top, right: right, bottom: bottom, width: `${width}%`, height: `${height}%` }}> |