|
|
|
Show HN: I made fast and beautiful text slides software
(meetslides.com)
|
|
5 points
by dkaigorodov
1157 days ago
|
|
I used Google Slides to create presentations for when training less experienced colleagues. Presentation preparation was taking too much time. Slide layout/resizing/editing issues was distracting me from the message I was trying to communicate. So I decided to build tool which:
- allows to quickly type content as a note-list for presentation
- creates nice looking slides out of the box
- immediately show how the result would look like. |
|
I noticed two issues:
1. The background image on the landing page doesn't load at all for me. I'm using Brave, with script-blocking disabled. If I manually inspect the page, and open one of the links behind the light/dark theme code, they load, but they don't seem to load on the page.
2. When I uploaded an image in a slide and went to full-screen mode, the image's borders are cut off (it's as if the image is zoomed in and the edges of the image are cropped). I believe it's the background-size: cover, and the aspect ratio of the image. Perhaps using background-size: contain would work?