PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 2.1
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v2.1
3.7.0 3.6.0 3.6.1 3.5.2 trunk 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.6.1 3.0.0 3.0.1 All 71 releases
stockpack / templates / details.php

details.php in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.1, at templates/details.php

23 lines 654 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <script type="text/html" id="tmpl-stockpack-attachment-details">
2 <h2>
3 Image Details <span class="settings-save-status">
4 <span class="spinner"></span>
5 <span class="saved">Saved.</span>
6 </span>
7 </h2>
8 <div class="attachment-info">
9 <div class="thumbnail thumbnail-{{ data.type }}">
10 <# if ( data.uploading ) { #>
11 <div class="media-progress-bar">
12 <div></div>
13 </div>
14 <# } else if ( data.sizes ) { #>
15 <img src="{{ data.sizes.full.url }}" draggable="false" alt=""/>
16 <# } #>
17 </div>
18 <div class="details">
19 <div class="description">{{ data.description }}</div>
20 <div class="caption">{{{ data.caption }}}</div>
21 </div>
22 </div>
23 </script>