Is it possible to place a background image on the right side of a specific slide in a reveal.js presentation?
This is how I attempted to add the image:
<section data-background="myImage.jpg">
// content
</section>
What CSS styles can be added to ensure it appears aligned with the right edge of the screen?