Sha256: be6060a9cd7eba8ca585eb5d94f96bd118dc35b0fbca608ce7430451134589f6
Contents?: true
Size: 298 Bytes
Versions: 50
Compression:
Stored size: 298 Bytes
Contents
/* * amazon.js : * * remove height / width infomation of images * * Copyright (C) 2015 by TADA Tadashi <t@tdtds.jp> * You can distribute it under GPL2 or any later version. */ $(function(){ if($(window).width() <= 360) { $('img.amazon').attr('height', null).attr('width', null); } });
Version data entries
50 entries across 31 versions & 1 rubygems