image_transcoder.php?o=sys_images_editor&h=1965&dpx=2&t=1713942624where we can change the image of Splash screen?

  • 533
Comments
    • Hello @Sam !

      It is possible to do via the Studio->Designer->Splash area. You can find the lines like the following:

      <img class="bx-spl-image" src="<bx_image_url:spl-image-main.svg />" />

      in the code area. The image URL like bx_image_url:spl-image-main.svg can be replaced with your variant uploaded in the Storage app, see more details here https://unacms.com/wiki/Storage

      • thanks!, but which name should be used? the file name or the generated one?

        image_transcoder.php?o=sys_images_editor&h=1966&dpx=2&t=1713964026

        • I have changed it, but it does not work. It works with jpg? this is under files or image?

                <img src="<bx_image_url:konek_bg.jpg />">

          the code above does not work

          • Yes, you should use the full generate URL of the uploaded file.

            <img src="https://my_una_site/the_way_to_my_uploaded_pic_with_long way.jpg"/>

          Login or Join to comment.