PluginProbe
Scrollsequence – Cinematic Scroll Image Animation Plugin / 1.5.5
Scrollsequence – Cinematic Scroll Image Animation Plugin v1.5.5
1.4.3 1.4.4 1.4.5 1.4.6 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 trunk 0.9.92 0.9.93 0.9.94 0.9.96 1.0.072 1.0.073 All 61 releases
scrollsequence / admin / partials / scrollsequence-admin-display-media-tools-external.php

scrollsequence-admin-display-media-tools-external.php in Scrollsequence – Cinematic Scroll Image Animation Plugin 1.5.5, at admin/partials/scrollsequence-admin-display-media-tools-external.php

57 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <style>
2 .ssq-external-list {
3 list-style: none;
4 padding: 0;
5 display: flex;
6 flex-wrap: wrap;
7 gap: 20px;
8 }
9
10 .ssq-external-item {
11 flex: 1;
12 padding: 15px;
13 border: 1px solid #ddd;
14 text-align: center;
15 }
16 </style>
17
18 <h3><?php _e( 'External Tools', 'scrollsequence' ); ?></h3>
19
20 <ul class="ssq-external-list">
21 <li class="ssq-external-item">
22 <div style="text-align:center">
23 <span class="dashicons dashicons-editor-expand" style="font-size:36px; margin:2rem;"></span>
24 </div>
25 <a class="ssq-external-link" href="https://replicate.com/lucataco/real-esrgan-video" target="_blank" >
26 <?php _e( 'AI Upscale', 'scrollsequence' ); ?>
27 </a>
28 <p>
29 <?php _e( 'Enhance video quality using AI Upscale, provided by Replicate.com. Registration is required.', 'scrollsequence' ); ?>
30 </p>
31
32 </li>
33 <li class="ssq-external-item">
34 <div style="text-align:center">
35 <span class="dashicons dashicons-format-image" style="font-size:36px; margin:2rem;"></span>
36 </div>
37 <a class="ssq-external-link" href="https://imagify.io/optimizer/" target="_blank" >
38 <?php _e( 'Image Optimization', 'scrollsequence' ); ?>
39 </a>
40 <p>
41 <?php _e( 'Find the optimal balance between image size and quality. They have a free optimizer available. Powered by Imagify.io', 'scrollsequence' ); ?>
42 </p>
43
44 </li>
45 <li class="ssq-external-item">
46 <div style="text-align:center">
47 <span class="dashicons dashicons-cover-image" style="font-size:36px; margin:2rem;"></span>
48 </div>
49 <a class="ssq-external-link" href="https://docs.topazlabs.com/video-ai/how-to-guide/stabilize-and-remove-motion-blur" target="_blank" >
50 <?php _e( 'Remove Motion Blur', 'scrollsequence' ); ?>
51 </a>
52 <p>
53 <?php _e( 'Sharpen still images with AI. Powered by Topazlabs.com. Registration required.', 'scrollsequence' ); ?>
54 </p>
55
56 </li>
57 </ul>