• Resolved ykkre

    (@ykkre)


    Hi,

    I use your plugin, and i have 3 different video qualities (1080p , 720p , 480p).
    Default playback resolution is 480p.
    Now when i watch the video and entering to full screen its changes the quality automatically to Full HD 1080p.

    I don’t want that its change the quality like that only when user choose the quality- how can i do this.

    Is the problem in my settings? I also use custom skin (only css modifications), is it related to my css? Or why it changes.

    My “Video Embed & Thumbnail Generator” settings,
    Video player: Video.js
    Automatically adjust videos: only selected default playback resolution.
    Max embedded video dimensions: 1280 x 720
    Selected:

    • Enlarge lower resolution videos to max width.
    • Set all videos to expand to fill their containers.

    Video controls: docked
    Preload: none
    Attachment page design: Match plugin settings
    That’s all i use everything else is turned off – or don’t use.

    https://www.ads-software.com/plugins/video-embed-thumbnail-generator/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    If you haven’t set the default playback resolution to automatic, switching to fullscreen shouldn’t change the resolution. You’ve made a custom 480p MP4 setting and you’ve set that as the default playback resolution and you’re using the most recent version of this plugin? Can you post a link to your site so I can troubleshoot this?

    Thread Starter ykkre

    (@ykkre)

    Hi,

    I’dont use latest version – because with my skin changes i’t messes up the things when i update.

    I need to email you because it is member based site and foreign language so i can make you user and give you instructions.

    Plugin Author Kyle Gilman

    (@kylegilman)

    Unfortunately this was a problem in the old version of the plugin and there aren’t any settings you can change to avoid it. I’ve fixed it in the latest version. If you’re comfortable editing the plugin files, delete this code block from line 311–315 of js/kgvid_video_embed.js

    if ( jQuery('#video_'+id).hasClass('vjs-fullscreen') ) {
    	var resolutions = player.availableRes;
    	var highest_res = Object.keys(resolutions)[Object.keys(resolutions).length - 1];
    	player.changeRes(highest_res);
    }
    Thread Starter ykkre

    (@ykkre)

    Thank you.

    Commented out and now work’s like i wanted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Entering full screen changes the video quality’ is closed to new replies.