Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Codrops の Thumbnail Grid exampleで遊んでいますが、拡大可能なプレビューを選択した画像の上に表示し、下に表示する方法を理解できる人はいますか?
Codrops でこの行を変更して、append の代わりに prepend を使用します
// append preview element to the item this.$item.prepend( this.getEl() );
行はこの関数内にあります
Preview.prototype = { 作成 : 関数() {
デモ (スタイルなし!):
http://jsbin.com/UhaFube/1/