fix: add multiple images to choose from while slide to html

This commit is contained in:
Suraj Jha 2025-08-01 19:36:08 +05:45
parent 7449be7f20
commit cd57b53348
7 changed files with 8 additions and 1 deletions

View file

@ -12,7 +12,14 @@ Follow these rules strictly:
- Read through the OXML data of slide and then match exact position ans size of elements. Make sure to convert between dimension and pixels.
- Properly export shapes as exact SVG.
- Add relevant font in tailwind to all texts.
- Wrap the output code inside these classes: \"relative w-full rounded-sm max-w-[1280px] shadow-lg max-h-[720px] aspect-video bg-white relative z-20 mx-auto overflow-hidden\". For all images use this https://images.pexels.com/photos/31995895/pexels-photo-31995895/free-photo-of-turkish-coffee-with-scenic-bursa-view.jpeg url.
- Wrap the output code inside these classes: \"relative w-full rounded-sm max-w-[1280px] shadow-lg max-h-[720px] aspect-video bg-white relative z-20 mx-auto overflow-hidden\".
- For image use one of these images as appropriate:
- /static/images/layout-placeholders/abstract.jpg
- /static/images/layout-placeholders/aesthetic.jpg
- /static/images/layout-placeholders/charts.jpg
- /static/images/layout-placeholders/technology.jpg
- /static/images/layout-placeholders/workspace.jpg
- /static/images/layout-placeholders/portrait.jpg
- Give out only HTML and Tailwind code. No other texts or explanations.
"""

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB