input_text = "gothru is a platform that offers a complete 360 solution for businesses. Whether you want to build a detailed virtual tour or publish 360 images to Google, or you want to navigate your 360 tours in VR, GoThru offers a solution for anything 360." generated_text = openai.compose(input_text)

    GoThru Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Splash screen won't save resizing

    TourMkr - Virtual Tour Editor / Viewer
    2
    2
    156
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Ben
      Ben last edited by

      When I add a video to the splash screen, it default very small. I resize the video to how I like it, mash that save button, and everything looks good. Then when I go to visit the tour, it has defaulted back to tiny. Then I redo everything and it all just keeps happening. Am I doing something wrong that the splash screen video won't save to anything but the tiny default?

      Here is the tour I am working on: https://tourmkr.com/F1hPYqjQfw

      1 Reply Last reply Reply Quote 0
      • A
        albug last edited by

        @ben I've fixed the video size from the CSS section. I think we have a bug right now and the width slider is not working properly.

        Below is the CSS I've used. If you need other sizes, just change the width and height in pixels as needed.

        #overlay wdg-other-splash .media iframe{
        height: 500px;
        width: 500px;
        }

        #overlay.mobile wdg-other-splash .media iframe{
        height: 360px;
        width: 360px;
        }

        c62bede2-5081-47ad-b3cc-0bc419867d11-image.png

        1 Reply Last reply Reply Quote 1
        • First post
          Last post