mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
issue 2877, fixed a bug. does not edit image gallery.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12629 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
174255a2fb
commit
5a6a25dd50
5 changed files with 11 additions and 12 deletions
|
|
@ -11,7 +11,7 @@ function getSlideShow() {
|
|||
if($node.is('img')) {
|
||||
selected_node = node;
|
||||
|
||||
width = $(node).width() - 4;
|
||||
width = $node.width();
|
||||
style = $node.attr('gallery_style');
|
||||
align = $node.attr('gallery_align') || 'center';
|
||||
border_color = $node.attr('border_color');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue