XR Slider viewer? (Like the KS10 whats new page)

Started by theAVator, November 18, 2020, 01:57:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

theAVator

SO this is going to sound odd, but I'm wondering if there is some way to do a slider like some of the "Keyshot 10 what's new" panels had.... but between 2 Keyshot XRs instead of between just 2 static images. See below for images of what I mean.

I know enough html/css to be dangerous, but not an expert. Is anyone out there more of an expert who can look at the code and give a yea or nay? If I at least know it possible, I can start trying to run it to ground. Just don't want to spend excess time trying to figure something out that can't even be done.

Here is the code that appears in the instructions for the standard XR output:
<div style="max-width: 1920px; max-height: 1081px;">
  <div style="left: 0px; width: 100%; height: 0px; position: relative; padding-bottom: 56.3021%; overflow: hidden;">
    <iframe src="FMTV-4x4_Underlay_XR_2.html"
                 allowfullscreen
                 style="position: absolute; top: 0px; left: 0px; height: 100%; width: 1px; min-width: 100%; *width: 100%;"
                 frameborder="0"
                 scrolling="no">
    </iframe>
  </div>
</div>


Can the iframe in the XR code be substituted in for the img source in the other code??

Eric Summers

I don't have any helpful information to add, but that would be an interesting option!