メモ
--
「MyThumbnail」は画像を指定したサイズにサムネイルすることが可能です。
MyThumbnail: http://www.kfsoft.info/MyThumbnail/
DOWNLOADでjquery.MyThumbnail.jsをダウンロードし、Webroot/jsに保存。
//MyThumbnailの読み込み
<script type="text/javascript" src="/js/jquery.MyThumbnail.js"></script>
<script>
$(document).ready(function(){
$(".thumbnails img").MyThumbnail({
thumbWidth:100, //サイズの指定
thumbHeight:100 //サイズの指定
});
});
</script>
<div class="thumbnails">
<?php $imagePath ="/images/contents/{$image['Image']['id']}/{$fileinfo['basename']}"; ?>
<?php e($html->image($imagePath));?>
</div>
MyThumbnailのLicenseについて
MIT license