Title: Sizing advice
Last modified: August 21, 2016

---

# Sizing advice

 *  Resolved [kicker](https://wordpress.org/support/users/kicker/)
 * (@kicker)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/)
 * This plugin has been great for my blog. Using MAGAZINE PREMIUM takes all youtube
   players and make them the size of the article window, no matter what. 🙂 I did
   find a fix with a DIV 70% but traffic can still see it at the big 600 and then
   snap to the 420. Not good for page speed or SEO. So this plugin works great doing
   420 in admin and saves me the player bandwidth too. Sweet.
 * The problem.
 * I have other Mag Premium sites that use several youtubes on each page, what a
   great find this was for that. But all 80 pages are laid out in two columns, so
   I need the players at 280 or the most 300.
 * What would be the best way of doing that?
 * Sure would be nice to see a CUSTOM SIZE in admin. 🙂
    Or perhaps a few smaller
   sizes on the admin list.
 * thanks!
    kicker
 * [http://wordpress.org/plugins/wp-youtube-lyte/](http://wordpress.org/plugins/wp-youtube-lyte/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198297)
 * Well, there should be no need for smaller sizes, as the lyte vid will automatically
   resize to the width available in the container div. Give it a try 🙂
 *  Thread Starter [kicker](https://wordpress.org/support/users/kicker/)
 * (@kicker)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198328)
 * hmmm… I am at work and havent tried it.
    The content is in a fixed table column
   300px wide, not a div. How should I go about applying? Thanx again Kicker!
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198361)
 * just [did a quick trial&error attempt on my testblog](http://futtta.be/wordpress/blog/2013/10/07/test-for-kicker/),
   it works if you apply “display:block” to your td’s (or if you wrap the httpv-
   link in a container div with a fixed width).
 * frank
 *  Thread Starter [kicker](https://wordpress.org/support/users/kicker/)
 * (@kicker)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198476)
 * Have another problem. Using Mag Premium. The line of code shows on the excerpts
   of the front page.
    rackjite.com to view. thanx, kicker
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198478)
 * Well, it depends on how “magazine premium” handles this (guess you tried to add
   the code but that it got janked?) and if the theme has an API of some sort that
   you could use?
 *  Thread Starter [kicker](https://wordpress.org/support/users/kicker/)
 * (@kicker)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198480)
 * Not sure if it is the EXCERPTS plugin or Mag Premium.
    But off hand you don’t
   know of any trick to HIDE the code? Thanx Kicer
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198481)
 * Problem is probably “excerpts” plugin (is it on wordpress.org?), which is bypassing
   the lyte-excerpt function (which is configured to replace the default wordpress
   one).
 * If that plugin has an API, you can tell it to use something like this to scrub
   all httpv-links (from lyte_helper.php-example, in this case to clean “all in 
   one seo” descriptions);
 *     ```
       // add_filter('aioseop_description','lyte_filter_aioseop_description');
       function lyte_filter_aioseop_description($description) {
               return preg_replace('/\shttp(v|a):\/\/([^\s<]*)/','',$description);
       }
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Sizing advice’ is closed to new replies.

 * ![](https://ps.w.org/wp-youtube-lyte/assets/icon-128x128.png?rev=1836005)
 * [WP YouTube Lyte](https://wordpress.org/plugins/wp-youtube-lyte/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-youtube-lyte/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-youtube-lyte/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-youtube-lyte/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/sizing-advice/#post-4198481)
 * Status: resolved