Okay
  Public Ticket #3436863
Shortcode Artwork Size
Closed

Comments

  • Jeremy started the conversation

    Hi.

    Is there a way to set the image size for the artwork when using a shortcode?  I am trying to customize the look of the "My Favorites" playlist.  I would like the artwork to be bigger, if possible.

    * Thank you Max for creating the Favorites playlist for me using the shortcode! 

    Jeremy

  •  1,103
    Max replied

    Hey there!

    To make your website look just the way you want it, custom CSS is your friend. Just a heads up, our free support doesn't include creating custom CSS code for you. But don't worry, I'm happy to help you out this time! If you need further customization in the future, we have a customization service that can assist you. 

    Add this custom CSS code on your site in WP-Admin > Appearance > Customize > Additional CSS:

    .srp_player_is_favorite .sr_track_cover {
        width: 100px!important;
    }

    Thanks,


    Max from the Sonaar.io Crew

  • Jeremy replied

    I appreciate your excellent customer support & I will definitely remember the "Sonaar Customization Services" for any future customization needs.  Thank you very much!