Skip to content
Snippets Groups Projects
Commit 3f9090d7 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

image names 2

parent 92d18215
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ images = getRandom(images, 20);
full_images = []
for (const image of images) {
const url = `https://raw.githubusercontent.com/cirosantilli/china-dictatorship-media/master/${image}`;
full_images.push(`${image}`);
full_images.push(image.replace(/[_.]/g, ' '));
full_images.push(`<img src="${url}" width="600">`);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment