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

add support for scaling/sizing jtab rendering #6

Open
tardate opened this issue Jul 22, 2009 · 3 comments
Open

add support for scaling/sizing jtab rendering #6

tardate opened this issue Jul 22, 2009 · 3 comments

Comments

@tardate
Copy link
Owner

tardate commented Jul 22, 2009

currently diagrams are drawn in only one size. Add ability to support at least 3 sizes.
Side goal: squeeze 4 bars of tab to a line

@zachnology
Copy link

You can use CSS to "zoom" in to make the chords effectively larger. Something like "zoom:2; -moz-transform: scale(2);" on the jtab div.

@andrew--grant
Copy link

I currently use some edits in the source code:

var incFactor = 2.5;
Raphael.fn.string_spacing = 16 * incFactor;
Raphael.fn.strings_drawn = 6;
Raphael.fn.fret_spacing = 16 * incFactor;
Raphael.fn.frets_drawn = 4;
Raphael.fn.note_radius = 7 * incFactor;

Then I can change and store the values in web storage and manipulaet as needed.

@bvnlspt
Copy link

bvnlspt commented Mar 31, 2016

Does jtab supports angular js?? I observed the thing that when trigger takes place it changes the URL followed by tab Id.But the doubt is that when I used with angular js it was not working.It just display a blank page....

And one more thing the tab trigger should change the content of the div not the entire page like what data toggle happens...

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

No branches or pull requests

4 participants