Version 19.6
This article assumes that thumbnail images have already been configured to display in iEBMS SOP.
The standard iEBMS SOP thumbnail images are quite small and can better present if enlarged. This can be done by altering the P2 structure and style for the applicable SOP configuration in the presentation window.
Add the following to the HTML structure:
<script type="text/javascript">
$(':image').removeAttr('style');
$(':image').addClass('thumbnail-image');
</script>
Add the following to the stylesheet (the width can be set according to requirements):
.thumbnail-image{width:100px;}
* If making this change, it is recommended that the associated Resource thumbnail image be of appropriate quality
Comments
3 comments
Hi Chris, Is there a KB article on iEBMS Thumbnails in general? Or for REG at least?
0 upvotes
Is there anyway to show the event logo once you enter the sop logon which shows the event name and date etc
0 upvotes
Hi Kris - We don't have a standard way to make an event information page embedded in the SOP form. What others have done in the past is to create a Calendar of Events (COE) configuration which can be configured to display details about the events. Then the COE can be linked to the SOP configuration for that event. So the event details would be displayed prior to the users being sent into SOP.
Thanks,
Mark F
0 upvotes
Please sign in to leave a comment.