mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Enabled lazy load of poster images
This should make initial load of the movies page a little more responsive for larger libraries. This can be used on any page loading images.
This commit is contained in:
parent
48f22f9677
commit
655c7ccd13
@ -419,6 +419,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
{
|
{
|
||||||
"scripts/all.js" + versionString,
|
"scripts/all.js" + versionString,
|
||||||
"thirdparty/jstree1.0/jquery.jstree.min.js",
|
"thirdparty/jstree1.0/jquery.jstree.min.js",
|
||||||
|
"thirdparty/jquery.unveil-custom.js",
|
||||||
"https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"
|
"https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -653,6 +653,9 @@
|
|||||||
<Content Include="dashboard-ui\thirdparty\jquery-2.0.3.min.js">
|
<Content Include="dashboard-ui\thirdparty\jquery-2.0.3.min.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\thirdparty\jquery.unveil-custom.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.2\images\ajax-loader.gif">
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.2\images\ajax-loader.gif">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user