gridsome icon indicating copy to clipboard operation
gridsome copied to clipboard

Gridsome an vue cool lightbox image url

Open nothinghalosix opened this issue 2 years ago • 0 comments

Description

what is the correct url to render the image for the cool lightbox. It only works with absolute live urls

components: { CoolLightBox, }, data() { return { items: [ { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-1.jpg', }, { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-2.jpg', }, { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-3.jpg', }, { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-5.jpg', }, ], index: null } },

nothinghalosix avatar Nov 04 '22 08:11 nothinghalosix