or
<ru-gallery [images]="pictures"></ru-gallery>
<ru-gallery [images]="pictures"
quality="10"
roundedCorners="60" background="10,10,255"
showPreview="0"
spacing="10"
thumbnailDimensions="250x250"
watermark="https://www.renuo.ch/images/logo.png">
</ru-gallery>
background: the background of the thumbnail-image with rounded corners (default: white)pictures: source arraystring[]of the image uploaded with the renuo uploadquality: change the quality of the thumbnail-image (1-100)roundedCorners: add rounded corners to the thumbnail-imageshowPreview: show a preview of the selected image (like a gallery)spacing: spacing between the thumbnail-images (default: 10)thumbnailDimensions: crop (and center) the thumbnail of the gallery to fit the dimensions (default: 250x250)watermark: add a watermark to the thumbnail-image image needs link with host

