'fullscreen' => '960x528',
'thumbnails' => '309x232',
'optimizedforwidth' => '1280',
+ 'optional' => true,
},
{
'name' => 'x-large',
'fullscreen' => '1200x576',
'thumbnails' => '390x245',
'optimizedforwidth' => '1680',
+ 'optional' => true,
},
]
$hooks = {
:image_iteration => proc { |content, type|
- return content.sub(/width:(\d+)px/) { "width:" + ($1.to_i + 8).to_s + "px" }
+ content.sub(/width:(\d+)px/) { "width:" + ($1.to_i + 8).to_s + "px" }
}
}