New Landing How can we help? Themeforest Theme Support Dante Wistia Video Embedding

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #243564
    tsimarketing
    Member
    Post count: 267

    We have some videos hosted on Wistia that we embed on to our website. I am taking the javascript embed code from wistia and plugging it on to our ophthalmology page in a raw js element. We have custom thumbnail images within the embedded code so the 3 video thumbnails are all similar. It looks good on desktop version, but for some reason when you look at it on tablet view the videos have no space between thumbnails. I have attached a screenshot from tablet view so you can reference what I am talking about. You can reference how it looks on desktop at tsihealthcare.com/test/ophthalmology. Please help.

    Attachments:
    You must be logged in to view attached files.
    #243567
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Their JS code is fixing the widths, this is not controlled by the theme.

    You would need to attempt to fix their set width, for example:

    @media (min-width: 768px) {
    .wistia_embed, 
    .wistia_embed * {
        max-width: 100%;
        width: 100%!important;
    }
    }

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.