This means that the preview will work even when the user doesn't use the direct image link. e.g. The user can use the bookmarklet on Pixiv mode=medium pages.
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
<% if params[:url] %>
|
|
<%= image_tag(@normalized_url, :title => "Preview", :id => "image") %>
|
|
<% if params[:ref] %>
|
|
<p><strong>Referrer: </strong> <%= params[:ref] %></p>
|
|
<% end %>
|
|
|
|
<p id="scale"></p>
|
|
<% end %>
|