body or css background image
giuseppefava opened this issue · 2 comments
giuseppefava commented
Hi,
I'm not able to set a background image for all my viewer.
I'm using it as karaoke viewer in my delphi app and I would like to set a ackground for lyrics.
Could you please give me an example code?
BerndGabriel commented
Hi Giuseppe,
background attribute <body background='orphancat.png'>
as well as
background-image property <body style='background-image:url(orphancat.png)'>
can be used in THtmlViewer.
giuseppefava commented
Thankyou BerndGabriel,
Is there a way to enlarge background image to adapt it to htmlviewer width and height??