A self-hosted thumbnail generator for YouTube videos. Designed to help organizations such as churches create consistent, branded thumbnails quickly and efficiently.
- Simple, intuitive interface
- Preset background templates
- Custom text
- Logo toggle option
- Exports as JPG (under 2MB for YouTube requirements)
- No server-side code required
- Download the latest release
- Replace
logo.png
with your own logo - Add your background images to the
backgrounds
folder (numbered sequentially: 1.jpg, 2.jpg, etc.) - Upload to any web server
- Open in a browser and start creating thumbnails
- Web server or local development environment
- Modern web browser
- Recommended minimum screen width of 1000px
- Background images should be 1920x1080px
- Select a background from presets
- Add your title and subtitle text
- Toggle logo visibility if needed
- Click "Save Thumbnail" to download as JPG
- Logo: Replace
logo.png
in root directory - Backgrounds: Add JPG images to
backgrounds
folder named in order: '1.jpg', '2.jpg', and so on - Styling: Modify CSS in
css/custom.css
to ensure seamless YTTM updates - Text: Update default text in
index.html
as needed
- Chrome or Brave (recommended)
- Firefox
- Safari
- Edge
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with:
- Bootstrap 5
- html2canvas
- jQuery