Sha256: 5aa5fca083bf58ab47f80fca2aa231b0e19b68a78741176d0f603692f748382f
Contents?: true
Size: 310 Bytes
Versions: 51
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # Exhibit and browse category mastheads class Masthead < Spotlight::FeaturedImage def display? display && iiif_url.present? end private def image_size Spotlight::Engine.config.featured_image_masthead_size end end end
Version data entries
51 entries across 51 versions & 1 rubygems