You've already forked collage-maker
Add link to Select images and skip basename in urls
This commit is contained in:
@@ -142,7 +142,7 @@ function gotoCollage() {
|
||||
|
||||
for (const img of selectedPhotos) {
|
||||
if (!img.src.endsWith("stock.svg")) {
|
||||
photoUrls.push(img.src)
|
||||
photoUrls.push((new URL(img.src)).pathname)
|
||||
}
|
||||
}
|
||||
const encodedURLS = encodeURIComponent(JSON.stringify(photoUrls))
|
||||
|
||||
Reference in New Issue
Block a user