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