<%= content_tag( :canvas, nil, :id => "image", :width => post.image_width, :height => post.image_height, "data-original-width" => post.image_width, "data-original-height" => post.image_height, "data-large-width" => post.image_width, "data-large-height" => post.image_height, "data-tags" => post.tag_string, "data-uploader" => post.uploader_name, "data-rating" => post.rating, "data-flags" => post.status_flags, "data-parent-id" => post.parent_id, "data-has-children" => post.has_children?, "data-has-active-children" => post.has_active_children?, "data-score" => post.score, "data-fav-count" => post.fav_count, "data-ugoira-frames" => post.pixiv_ugoira_frame_data.data.to_json, "data-ugoira-content-type" => post.pixiv_ugoira_frame_data.content_type.to_json, ) %>

Loaded 0%

<%= button_tag "Play", :id => "ugoira-play", :style => "display: none;" %> <%= button_tag "Pause", :id => "ugoira-pause" %>
<% content_for(:html_header) do %> <%= javascript_include_tag "ugoira_player" %> <% end %>