We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd6c22 commit 37ba262Copy full SHA for 37ba262
plugin.php
@@ -274,8 +274,7 @@ function modules_admin(): void {
274
<img loading="lazy" width="1280" height="720" src="https://cdn.jsdelivr.net/gh/BoidCMS/Packages/' . $module[ 'type' ] . '/' . $module[ 'slug' ] . '/preview.webp" alt="' . $module[ 'name' ] . ' preview" class="ss-image ss-w-10">';
275
} else {
276
$layout[ 'content' ] .= '
277
- <div class="ss-xlarge ss-py-6 ss-anim-kenburns ss-gray">NO PREVIEW</div>
278
- <hr class="ss-hr ss-mb-0">';
+ <img loading="lazy" width="1280" height="720" src="https://cdn.jsdelivr.net/gh/BoidCMS/Packages/preview.webp" alt="No preview" class="ss-image ss-w-10">';
279
}
280
281
0 commit comments