fossasia/loklak_webclient

View on GitHub
iframely/plugins/custom/twitter-player-responsive.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {

    getLink: function(twitter) {
        return {
            href: twitter.player && twitter.player.value,
            type: CONFIG.T.maybe_text_html,
            rel: [CONFIG.R.player, CONFIG.R.twitter, CONFIG.R.html5],
            "aspect-ratio": twitter.player && twitter.player.width / twitter.player.height
        };
    }
};