Matthew Alexandros
03/23/2024, 10:36 PMhuwred
03/24/2024, 12:04 PMOsman Coşkun
03/25/2024, 8:48 AMMatthew Alexandros
03/25/2024, 10:27 AM@Model.rteBlock
I can't easly just add the classes from the front end. What I am hoping to do is have Umbraco auto-add a class the the images.huwred
03/25/2024, 11:03 AM<div class="myclass">@Model.rteBlock</div>
and use that as the selector to apply your css
.myclass img {...}Matthew Alexandros
03/25/2024, 10:29 PM