update translations
This commit is contained in:
parent
d12c2644e7
commit
5412ab129e
4 changed files with 40 additions and 22 deletions
|
@ -20,9 +20,11 @@
|
|||
|
||||
function reloadFromChannel(page, channel, index) {
|
||||
|
||||
var screenWidth = $(window).width();
|
||||
|
||||
var options = {
|
||||
|
||||
Limit: 7,
|
||||
Limit: screenWidth >= 1920 ? 10 : (screenWidth >= 1440 ? 8 : (screenWidth >= 800 ? 6 : 6)),
|
||||
Fields: "PrimaryImageAspectRatio",
|
||||
Filters: "IsUnplayed",
|
||||
UserId: Dashboard.getCurrentUserId(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue