| 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> |