Sha256: aa94d520842ce2e959db9ab38bf73bba806d62aa2c57cec179735962553225f3

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

##################################################
#  NOTE FOR UPGRADING FROM PRE-3.0.0 VERSION     #
##################################################

Please note that sinatra-assetpack `img` helper method
no more set the image width and height because this default
behavior is not desirable with most recent CSS techniques
regarding high resolutions images for "retina" displays
ans "responsive" design CSS using for exemple width:100%.

<img src="retina.jpg" width="1200" height="600">

Is now simply this (unless you explicity set them) :

<img src="retina.jpg">

See https://github.com/rstacruz/sinatra-assetpack/pull/121

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sinatra-assetpack-0.3.1 UPGRADING