Add title of picture as text in bottom right corner
reckenreb opened this issue · 5 comments
Hi!
First of all thank you for your great work, I love your application!
If you are still willing to develop from this stage, I would propose the following enhancement:
It would be great if the title of the picture could also optionally appear on the wallpaper.
I believe it could be reasonably extracted because it appears to always be in the same div container:
<div class="panel-overlay" style="position: absolute; z-index: 999; width: 938px; height: 24px; top: 0px; left: 0px; padding: 0px 10px; color: white; font-size: 1em;"><p>[20200406] - 'Cherry blossoms and Himeji Castle in Himeji, Japan (© Tororo/Getty Images)(Bing United States)'</p></div>
You mean title of image as watermark ?
yes
commit 550134b closes this issue.
Looks great! Thank you!