Title: Essential plugin !
Last modified: August 10, 2019

---

# Essential plugin !

 *  Anonymous User 17429174
 * (@anonymized-17429174)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/essential-plugin-160/)
 * Thanks for this plugin ! It’s absolutely necessary for those who want to offer
   a good visitor’s experience with self-hosted videos. But, wouldn’t it be nice
   to add a SD button, like the HD, to inform the users that they can change the
   video quality ?

Viewing 1 replies (of 1 total)

 *  Plugin Author [team-ok](https://wordpress.org/support/users/team-ok/)
 * (@team-ok)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/essential-plugin-160/#post-11833028)
 * Hi, thanks for your review!
    Personally I don’t think a sd label is necessary(
   btw, youtube’s player doesn’t have one either). But you can easily make one yourself
   by adding a small css snippet (this one additionally increases the font-size 
   and uses a monospace font-family):
 *     ```
       .svq .mejs-sourcechooser-button button::before, .svq .mejs-sourcechooser-button.hd button::before, .svq .mejs-sourcechooser-button.uhd button::before {
           position: absolute;
           top: 50%;
           right: -3px;
           font-size: 10px;
           font-weight: bold;
           color: #fff;
           background-color: crimson;
           line-height: 8px;
           margin-top: -4px;
           padding: 1px 0;
           width: 15px;
           font-family: monospace;
       }
       .svq .mejs-sourcechooser-button button::before {
           content: 'SD';
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Essential plugin !’ is closed to new replies.

 * ![](https://ps.w.org/switch-video-quality/assets/icon-128x128.png?rev=1233901)
 * [Switch Video Quality](https://wordpress.org/plugins/switch-video-quality/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/switch-video-quality/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/switch-video-quality/)
 * [Active Topics](https://wordpress.org/support/plugin/switch-video-quality/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/switch-video-quality/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/switch-video-quality/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [team-ok](https://wordpress.org/support/users/team-ok/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/essential-plugin-160/#post-11833028)