Hey, I want to use some scribble images as a highlight for my headline. I thought it should be possible to create a text span and fill that class with an Image and adjust the position with the controls. In my head the responsiveness should be amazing there!
Problem is that the overflow kills my image and its cut and I can’t figure out a way how to show it.
hi @EpocaVision and welcome. You can place SVG’s with use of ::before and/or ::after pseudo elements. Here is one simple example I have done while ago so you can get an idea how to. But feel free to search on internet for other examples.
• Add a background image of the custom underline to the text span.
• Create a custom class for it.
• Make sure to convert the display to ‘inline-block’ This will allow you to increate the height of the text span allowing all the underline to be visible.