Add an image to a membership description for customers to see.
Before following the steps below you'll need to have the image you're looking to add hosted on a web page. You could put this on a hidden page on your website for instance.
In the description box you'll enter <img src=βIMAGEURLβ>.
βIMAGEURL above is replaced by the URL of your image. It should look something like this:
β
<img src="https://teamupstatic.com/assets/landing/images/features/scheduling.19c72bb0aebc.svg">
Then simply save your description to see a preview.
Tip. You can set the height and width sizes as needed, just paste in the URL;
<img src="URL?h=35&w=35">
Replace 35 above with the desired h & w.
Did this answer your question?