New Landing How can we help? Themeforest Theme Support Dante Full Screen Video is too big

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #191347
    isalkin
    Member
    Post count: 5

    Hello

    I have setup a portfolio on this page

    Support

    but when I click on the “How do I set my timezone?” thumbnail, the fullscreen video is too big. Anyway to limit the dimensions for desktop – works well
    for mobile devices.

    maybe some css something like: @media only screen and (min-width: 1024px) { …

    Also is there a way to make a vimeo video autoplay?

    Thanks
    -Ian

    #191379
    David Martin – Support
    Moderator
    Post count: 20834

    Hey!

    Could you please supply a WP login credential for us?

    Thanks.

    #191757
    isalkin
    Member
    Post count: 5
    This reply has been marked as private.
    #191970
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    No problem, so it looks like you have the correct idea, just apply the respective classes of the video surround to your media query:

    @media only screen and (min-width: 1024px) {
    	.fw-video-area {
    	  text-align: center;
    	}
    	
    	iframe.fw-video {
    	  max-width: 65%;
    	  margin: 0 auto;
    	}
    }

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 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