File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -471,13 +471,13 @@ images inside the HTML contents::
471
471
// reference images using the syntax 'cid:' + "image embed name"
472
472
->html('<img src="cid:logo"> ... <img src="cid:footer-signature"> ...')
473
473
474
- // use the same syntax for images included as CSS background images
475
- ->html('... <div style="background: url( cid:footer-signature) "> ... </div> ...')
474
+ // use the same syntax for images included as HTML background images
475
+ ->html('... <div background=" cid:footer-signature"> ... </div> ...')
476
476
;
477
477
478
478
.. versionadded :: 6.1
479
479
480
- The support of embedded images as CSS backgrounds was introduced in Symfony 6.1.
480
+ The support of embedded images as HTML backgrounds was introduced in Symfony 6.1.
481
481
482
482
.. _mailer-configure-email-globally :
483
483
You can’t perform that action at this time.
0 commit comments