solved Resize the play button in the follow me skin

alt=
lets go
@devcentricbeats
7 years ago
118 posts
I trying to display a smaller img for the play button. when adding a new picture in skins core, the new pic still displays in the original 80 x 80 px.
Im trying to display it at 25 x 25px
updated by @devcentricbeats: 09/27/17 03:14:58AM
SteveX
SteveX
@ultrajam
7 years ago
2,584 posts
What code are you using to display the icon ?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 06/25/17 02:08:00PM
alt=
lets go
@devcentricbeats
7 years ago
118 posts
Its the standard play botton code

{jrCore_media_player type="jrAudio_button" quota_id="4" module="jrAudio" field="audio_file" item=$item}
michael
@michael
7 years ago
7,714 posts
Try adjusting
/skins/jrFollowMe/css/player.css

Line 93
.button_player img {
    width: 40px;
    height: 40px;
}

In whatever your cloned skin's name is.
alt=
lets go
@devcentricbeats
7 years ago
118 posts
Perfect.. Thanks.

Tags