BerndGabriel/HtmlViewer

body or css background image

giuseppefava opened this issue · 2 comments

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?

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.

Thankyou BerndGabriel,
Is there a way to enlarge background image to adapt it to htmlviewer width and height??