Math is hard
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{
|
||||
var cel = Model.Cels[index];
|
||||
<div class="cel-image"
|
||||
style="background-image: url('data:image/gif;base64,@cel.Image');"
|
||||
style="background-image: url('data:image/gif;base64,@cel.Image'); height: @(cel.Height)px; width: @(cel.Width)px; z-index: @cel.ZIndex; opacity: @cel.Opacity"
|
||||
data-id="@cel.Mark"
|
||||
data-index="@index"></div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user