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::
471471 // reference images using the syntax 'cid:' + "image embed name"
472472 ->html('<img src="cid:logo"> ... <img src="cid:footer-signature"> ...')
473473
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> ...')
476476 ;
477477
478478.. versionadded :: 6.1
479479
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.
481481
482482.. _mailer-configure-email-globally :
483483
You can’t perform that action at this time.
0 commit comments