Resize image in WP Audio Player
-
Hi, I’m struggling with CSS of WP Audio Player.
Hereafter the changes I made (in Custom CSS):
—————————————————————-
/*WP AUDIO PLAYER */
.wp-playlist-light {
box-shadow: 3px 3px 0 #e2e2e2;
}
/* Captions – Track titles / subtitles, time */
.wp-playlist-light .wp-playlist-caption,
.wp-playlist-light .wp-playlist-item-length {
color: #000000;
}
/* Captions – Current track */
.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title {
font-size: 16px;
}
.wp-playlist-light .wp-playlist-item-album {
font-style: normal;
}
.wp-playlist-light .wp-playlist-item-artist {
text-transform: none;
opacity: .8;
}
/* Playlist items */
.wp-playlist-light .wp-playlist-item {
padding: 10px 0;
border-bottom-color: #000000;
}
.wp-playlist-light .wp-playlist-item:last-child {
padding-bottom: 0;
}
.wp-playlist-light .wp-playlist-playing {
font-weight: normal;
border-bottom-color: #40d306;
}
.wp-playlist-light .wp-playlist-item-length {
top: 10px;
}
—————————————————————-
What I’m looking for is to improve the size of the little image in the left upper corner when you choose an item.
Could somebody tell me what I can change to modify the size of the images (I found following values when launching the inspector: 60 × 60 pixels (intrinsic: 150 × 150 pixels).
Thank you in advance for your time and answers.
Kind regards,
William from somewhere in FranceThe page I need help with: [log in to see the link]
- The topic ‘Resize image in WP Audio Player’ is closed to new replies.