Overriding lightbox2 options in a template
Design and Skin Customization
Thanks Michael, that works perfectly.
<script>
lightbox.option({
'fitImagesInViewport': false
})
</script>
{if jrProfile_is_profile_owner($_profile_id)}
the profile owner sees this
{/if}