【问题标题】:Paperclip, PDF thumbnails and IE8回形针、PDF 缩略图和 IE8
【发布时间】:2014-03-27 13:01:53
【问题描述】:

我正在使用回形针并为上传的 pdf 生成缩略图。除了在 IE8 中查看时,它们工作正常。有谁知道这是为什么?

  has_attached_file :file, :styles => { :thumb => "140x140>" }

  validates_attachment :file, presence: false,
                              content_type: { content_type: "application/pdf" },
                              size: { less_than: 3.megabytes }

【问题讨论】:

    标签: ruby-on-rails internet-explorer-8 ruby-on-rails-3.2


    【解决方案1】:

    我可以通过添加 jpg 作为默认缩略图来解决这个问题。

    has_attached_file :file, :styles => { :thumb => ["140x140>", :jpg] }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-03-30
      • 2012-12-12
      • 2014-08-13
      • 2011-11-10
      • 1970-01-01
      • 2011-12-13
      相关资源
      最近更新 更多