I am considering using reveal.js for a series of lectures. I would like to include attribution text in a subtle location (bottom right) for any background images on slides. These images are specified using
<section background-data="url(...)">
within the <slides>
section of the HTML source. While I do not have extensive knowledge of JS / CSS, it seems feasible to achieve this without delving too deeply into the reveal.js source code.
I have experimented with placing a transparent image as content in slides and then overlaying text on top, but this method feels cumbersome and fails to properly associate the attribution with the background image it pertains to.
Has anyone successfully solved this issue before?