Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphical modification #10

Open
esalman opened this issue May 30, 2012 · 6 comments
Open

Graphical modification #10

esalman opened this issue May 30, 2012 · 6 comments

Comments

@esalman
Copy link

esalman commented May 30, 2012

I am taking a look at the source psd and I need a smaller looking player for one project. I was wondering if any such modification is already available.

If not available I will try to make one and contribute.

@jsirota
Copy link

jsirota commented Aug 21, 2012

I'm trying to do the same thing. Did you have any luck resizing everything?

I halved all the sizes in the css and reduced the images sizes by 50%. This worked to some extent, but I seem to have lost the progress meter, which is important. I'll have to see how that is being generate. Please advise if you happen to find a better solution.

@esalman
Copy link
Author

esalman commented Aug 24, 2012

Sorry I actually didn't continue on that project. I've used soundmanager2 on other projects though.

@Mic-Hawkins
Copy link

@jsirota Just trying the same thing myself. Did you ever manage to find out how to make the progress bar appear?

@jsirota
Copy link

jsirota commented Sep 17, 2012

I ended up using something else, sorry.

______________________________________________________________Justin [email protected]
952-210-3711www.SirotaMusic.com

Date: Mon, 17 Sep 2012 07:02:34 -0700
From: [email protected]
To: [email protected]
CC: [email protected]
Subject: Re: [circleplayer] Graphical modification (#10)

@jsirota Just trying the same thing myself. Did you ever manage to find out how to make the progress bar appear?

          —

          Reply to this email directly or view it on GitHub.

@maboa
Copy link
Owner

maboa commented Sep 17, 2012

You might take a look at what theXX did here http://coexist.thexx.info/

Mark

On 17 September 2012 17:56, Justin S [email protected] wrote:

I ended up using something else, sorry.

______________________________________________________________Justin
[email protected]
952-210-3711www.SirotaMusic.com

Date: Mon, 17 Sep 2012 07:02:34 -0700
From: [email protected]
To: [email protected]
CC: [email protected]
Subject: Re: [circleplayer] Graphical modification (#10)

@jsirota Just trying the same thing myself. Did you ever manage to find
out how to make the progress bar appear?

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/10#issuecomment-8619818.

@alexoragz
Copy link

Hi Everyone,

Someone on stack overflow provided a solution:

Using the CSS scale property per below:

#cp_container_1{
-webkit-transform: scale(0.3);
-moz-transform: scale(0.3);
-ms-transform: scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3);
}

It worked like a charm for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants