Title: Watermark size
Last modified: August 21, 2016

---

# Watermark size

 *  Resolved [Blackbam](https://wordpress.org/support/users/blackbam/)
 * (@blackbam)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/watermark-size-2/)
 * Hey it would be really nice to have a possibility to change the watermark size(
   I think it would be sufficient if one could upload the image in the desired size).
 * Are you going to implement such a feature or is there a way to add some custom
   code without hacking the Plugin itself?
 * [https://wordpress.org/plugins/video-embed-thumbnail-generator/](https://wordpress.org/plugins/video-embed-thumbnail-generator/)

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

 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/watermark-size-2/#post-4799918)
 * You can position and size the watermark overlay any way you want using CSS.
 * The default style is
 *     ```
       .kgvid_watermark img {
         display: block;
         position: absolute;
         bottom: 7%;
         right: 5%;
         z-index: 1;
         margin: 0px;
         max-width: 10%;
         box-shadow: none;
       }
       ```
   
 * You can override any of those settings in either your theme’s custom CSS area
   or using the Jetpack “Custom CSS” module. Most likely you only need to add something
   like
 *     ```
       .kgvid_watermark img {
         max-width: 20%;
       }
       ```
   
 * Or whatever size you want it to be. Since videos can be shown very large or very
   small on different devices and in fullscreen mode, setting a dimension in pixels
   can lead to unattractive results, but see what works for you.
 *  Thread Starter [Blackbam](https://wordpress.org/support/users/blackbam/)
 * (@blackbam)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/watermark-size-2/#post-4799968)
 * Ah thanks a lot. I would not have thought its just simple CSS.
 * Also thanks for the great Plugin!

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

The topic ‘Watermark size’ is closed to new replies.

 * ![](https://ps.w.org/video-embed-thumbnail-generator/assets/icon.svg?rev=2965979)
 * [Videopack](https://wordpress.org/plugins/video-embed-thumbnail-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-embed-thumbnail-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Blackbam](https://wordpress.org/support/users/blackbam/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/watermark-size-2/#post-4799968)
 * Status: resolved