Advertisement
ghenzdeveloper

Styling Wordpress embed

Nov 28th, 2024 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. add_action('embed_head', function(){
  2.     echo '<style>.wp-embed-featured-image img { border-radius: 15px; } .wp-embed-featured-image {
  3.    float: unset !important;
  4.    width: 100% !important;
  5.    height: 100% !important;
  6.    max-width: 100% !important;
  7. }</style>';
  8. });
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement