Git Product home page Git Product logo

Comments (6)

codehandling avatar codehandling commented on August 10, 2024

Yes, we already have a plan to upgrade the free version to v3 API. However, this will take some time, about a month :)

Meanwhile, I would like to suggest you to try out the premium version of Youmax - already has API v3 with some more awesome features.
http://codecanyon.net/item/youmax-youtube-channel-on-your-website/9989505

from youmax.

cingh-jasdeep avatar cingh-jasdeep commented on August 10, 2024

Hey
Any updates ?
Thanks :)

from youmax.

codehandling avatar codehandling commented on August 10, 2024

Yes the updated version should be out by Monday :)

from youmax.

cingh-jasdeep avatar cingh-jasdeep commented on August 10, 2024

Thanks for the update!

A couple of issues that I have notice in the update

  • Automatic height resize of video thumbnails (like 2.0 version) (your commented code seems to fix it)
  • Default Tab for Playlists and Uploads doesn't work

from youmax.

codehandling avatar codehandling commented on August 10, 2024
  1. Default Tab works now - Fixed with an update.
  2. Automatic height resize of video thumbnails - can you please show me where and how this was happening and which commented code is fixing it.

from youmax.

cingh-jasdeep avatar cingh-jasdeep commented on August 10, 2024

Hey Thanks for the update.
Your commented code is here:
Line 310:

//not sure why this is needed
var youmaxTnailWidth = $('.youmax-video-tnail').css('width');
youmaxTnailWidth=youmaxTnailWidth.substring(0,youmaxTnailWidth.indexOf("px"));
var youmaxTnailHeight = youmaxTnailWidth/youmax_global_options.youtubeMqdefaultAspectRatio; 
$('div.youmax-video-tnail').css({'height':youmaxTnailHeight+'px'});

Line 399:

// not sure why this is needed
var youmaxTnailWidth = $('.youmax-video-tnail').css('width');
youmaxTnailWidth=youmaxTnailWidth.substring(0,youmaxTnailWidth.indexOf("px"));
var youmaxTnailHeight = youmaxTnailWidth/youmax_global_options.youtubeMqdefaultAspectRatio;
$('div.youmax-video-tnail').css({'height':youmaxTnailHeight+'px'});

from youmax.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.