Title: Resize audio player
Last modified: August 21, 2016

---

# Resize audio player

 *  [jdaviescoates](https://wordpress.org/support/users/jdaviescoates/)
 * (@jdaviescoates)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/resize-audio-player/)
 * I want to re-size the embeded audio player but it doesn’t seem to be possible.
 * I see people have been asking about this for months and months but can’t find
   threads that have any solutions posted.
 * Has anyone managed to do this?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * (@swansonphotos)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/resize-audio-player/#post-4356596)
 * Place the player(s) in a div and give that a unique class:
 * Working example using two players:
 *     ```
       <div class="audio_width_250px">
       <strong>Silent Night</strong>
       [audio mp3="http://swansonheritage.com/wp-content/uploads/2013/11/Silent-Night.mp3"][/audio]
       <strong>Away in the Manger</strong>
       [audio mp3="http://swansonheritage.com/wp-content/uploads/2013/11/Away-in-a-Manger.mp3"][/audio]
       </div>
       ```
   
 * CSS:
 *     ```
       .audio_width_250px {
       	width: 250px;
       	display: block;
       }
       ```
   
 * Live at:
 * [http://swansonheritage.com/christmas-favorites-by-lydia/](http://swansonheritage.com/christmas-favorites-by-lydia/)

Viewing 1 replies (of 1 total)

The topic ‘Resize audio player’ is closed to new replies.

## Tags

 * [embed](https://wordpress.org/support/topic-tag/embed/)
 * [resize](https://wordpress.org/support/topic-tag/resize/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/resize-audio-player/#post-4356596)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
