New Landing How can we help? Themeforest Theme Support Dante Parallax video sizing

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #158772
    looklook
    Member
    Post count: 14

    Since last update (2.80) the 2 parallax videos on my site have increased in size in all directions and are too large. Haven’t made any changes to either so I’m not sure what is happening? Videos are used on “PORTFOLIO” & “LOCAL DESIGN & ART” pages. As reference, video on Portfolio page used to show both sides of business card.
    Any help appreciated.

    #158983
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Do you have some screenshot how it was before?

    -Rui

    #159138
    looklook
    Member
    Post count: 14

    Hi Rui,
    Thanks for your assistance.
    I went to my revisions & thought I could restore an earlier version to show you the difference but earlier revisions now display video too large as well.
    I’ve attached 2 screenshots, they should give you an idea of the size difference.

    Attachments:
    You must be logged in to view attached files.
    #159159
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Not sure what is happening. Tried with the plugins disable and without the custom css and still the same.

    Will forward to the development team.

    -Rui

    #159361
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    We have re-adjusted this for the next update, thanks for pointing out the issue. Here is the adjusted custom css:

    @media only screen and (min-width: 1500px) {
    
    	.alt-bg {
    		margin-left: -700px!important;
    		padding-left: 700px;
    		padding-right: 700px;
    	}
    }
    
    @media only screen and (min-width: 1980px) {
    .alt-bg {
      margin-left: -750px!important;
      padding-left: 750px;
      padding-right: 750px;
    }
    }
    @media only screen and (min-width: 2500px) {
    
    	.alt-bg {
    		margin-left: -1200px!important;
    		padding-left: 1200px;
    		padding-right: 1200px;
    	}
    
    }

    Just add that to the custom css box within theme options.

    – Ed

    #159427
    looklook
    Member
    Post count: 14

    Hi Ed,
    Thanks for the info & code.
    I added provided code and the results worked but are still less than I was hoping for.
    Is it possible to adjust provided code to allow more of original video to show in window. If possible, just let me know which values to change & I’ll experiment.
    Best,

    #159523
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @looklook

    What browser width are you using when viewing? If you change those values above it will adjust for viewports above each width.

    – Ed

    #161467
    cormip
    Member
    Post count: 9

    Yeah, I discovered this as well and have been trying different CSS overrides. The default for @media only screen and (min-width: 1500px) was definitely way off. It’s rather unclear what dimensions would be best for the video. i.e. Height vs Width proportions.

    #161646
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @cormip

    Unfortunately there isn’t really a “best” – the result is likely to be the same no matter what size you use.

    We are looking into ways to possibly improve this.

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register