Files
FABLE/prompts/marp.md
Paillat d81b2ccebf fix(video.py): remove unnecessary prompt for generating thumbnail
fix(video.py): assign url and id properties after uploading video
fix(montage.py): fix unsplash_url to use source.unsplash.com instead of api.unsplash.com
fix(montage.py): fix image download logic in prepare function
fix(marp.md): add missing newline at end of file
fix(wiki_downloader.py): fix image download logic in download_image function
2023-07-02 12:43:43 +02:00

599 B

marp, theme, class, backgroundImage
marp theme class backgroundImage
true gaia
lead
invert
url(https://images.unsplash.com/photo-1651604454911-fdfb0edde727)
<style> section { display: flex; justify-content: center; align-items: center; } .image-container { width: 90%; max-height: 90%; display: flex; justify-content: center; align-items: center; } .image-container img { object-fit: contain; width: 100%; height: 100%; } </style>