diff --git a/src/main.js b/src/main.js index 00d05b3..6765e76 100644 --- a/src/main.js +++ b/src/main.js @@ -22,7 +22,7 @@ function init_slideshow(images) { function slide_template(slide_data) { return `

${slide_data.text}

- View image + View image
`; } @@ -52,6 +52,7 @@ init_slideshow([ }, { url: "https://datenvorr.at/renders/mandelbrot-fhd.png", - text: "A mandelbrot set, downscaled. Full image here (beware: 250 megapixels, 14MB)." + source: "https://datenvorr.at/renders/mandelbrot2.png", + text: "A mandelbrot set, downscaled." } ]); diff --git a/src/style.css b/src/style.css index d14577e..be0d1c4 100644 --- a/src/style.css +++ b/src/style.css @@ -70,7 +70,7 @@ footer { right: 0px; } -.slide-item a { +.slide-item a.full-source-link { position: absolute; top: 8px; left: 8px;