Sha256: 370478eb9b61df89daf983cf1a637bd684fc32d1c9dfeacbfdf6c6959229c5f1
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
<!doctype html> <html> <head> <title>Hello World</title> </head> <body> <%= image_tag 'original.jpg', resize_to: '10x10>', class: 'image-resized-to10x10', alt: 'Original.10x10gt' %> <%= image_tag 'original.jpg', resize_to: '5x5', class: 'image-resized-to5x5', alt: 'Original.5x5' %> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems