At this time, embedding images directly within event or shift descriptions is not supported. This change was made to improve layout consistency and overall platform performance, particularly related to image sizing and rendering issues.
For clients whose subscriptions include the Whitelabeling Add-On, they can use an <iframe> element to display an externally hosted image within your description.
Using an iFrame (White-Label Networks Only)
Follow the steps below:
Select an image hosted on an external website or server.
Navigate to the event or shift description editor.
Open the Source editor (<>).
Insert the following code, replacing the
srcvalue with the URL where your image is hosted:
<iframe src="https://your-image-url.com" style="width: 1294px; height: 2000px;"></iframe>
Important Notes:
The width and height values must match the width and height ratio of your image to ensure proper display.
You may need to adjust these dimensions depending on your image size.
The example above reflects dimensions used for a sample image and should be modified as needed.
We've provided slides below for your view:
If you have questions about white-label functionality or need help identifying the correct dimensions, please reach out to Support@GivePulse.com.
Comments
0 comments
Article is closed for comments.