New high-res frames
@@ -94,7 +94,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Regular stuff -->
|
<!-- Regular stuff -->
|
||||||
<div class='creator-grid margin-bottom-large'>
|
<div class='creator-grid margin-bottom-large'>
|
||||||
<canvas class='creator-canvas box-shadow' id='previewCanvas' width='750' height='1050'></canvas>
|
<canvas class='creator-canvas box-shadow' id='previewCanvas' width='1005' height='1407'></canvas>
|
||||||
<div class='creator-menu box-shadow'>
|
<div class='creator-menu box-shadow'>
|
||||||
<div id='creator-menu-tabs' class='creator-menu-tabs'>
|
<div id='creator-menu-tabs' class='creator-menu-tabs'>
|
||||||
<h3 class='selectable readable-background selected' onclick='toggleCreatorTabs(event, "frame")'>Frame</h3>
|
<h3 class='selectable readable-background selected' onclick='toggleCreatorTabs(event, "frame")'>Frame</h3>
|
||||||
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 886 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 984 KiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 772 KiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 860 KiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 609 KiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 937 KiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 860 KiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 698 KiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 758 KiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 868 KiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 816 KiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 908 KiB After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 609 KiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 876 KiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 972 KiB After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 569 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 854 KiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 690 KiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 758 KiB |
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 780 KiB |
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 715 KiB |
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 704 KiB |
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 696 KiB |
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 663 KiB |
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 580 KiB |
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 722 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 689 KiB |
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 680 KiB |
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 693 KiB |
Before Width: | Height: | Size: 1012 KiB After Width: | Height: | Size: 836 KiB |
Before Width: | Height: | Size: 272 KiB After Width: | Height: | Size: 786 KiB |
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 900 KiB |
@@ -25,19 +25,25 @@ function setImageUrl(image, source) {
|
|||||||
const baseWidth = 1500;
|
const baseWidth = 1500;
|
||||||
const baseHeight = 2100;
|
const baseHeight = 2100;
|
||||||
const highResScale = 1.34;
|
const highResScale = 1.34;
|
||||||
|
// function getStandardWidth() {
|
||||||
|
// var value = baseWidth;
|
||||||
|
// if (localStorage.getItem('high-res') == 'true') {
|
||||||
|
// value *= highResScale;
|
||||||
|
// }
|
||||||
|
// return value;
|
||||||
|
// }
|
||||||
|
// function getStandardHeight() {
|
||||||
|
// var value = baseHeight;
|
||||||
|
// if (localStorage.getItem('high-res') == 'true') {
|
||||||
|
// value *= highResScale;
|
||||||
|
// }
|
||||||
|
// return value;
|
||||||
|
// }
|
||||||
function getStandardWidth() {
|
function getStandardWidth() {
|
||||||
var value = baseWidth;
|
return 2010;
|
||||||
if (localStorage.getItem('high-res') == 'true') {
|
|
||||||
value *= highResScale;
|
|
||||||
}
|
|
||||||
return value;
|
|
||||||
}
|
}
|
||||||
function getStandardHeight() {
|
function getStandardHeight() {
|
||||||
var value = baseHeight;
|
return 2814;
|
||||||
if (localStorage.getItem('high-res') == 'true') {
|
|
||||||
value *= highResScale;
|
|
||||||
}
|
|
||||||
return value;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//card object
|
//card object
|
||||||
|