@@ -34,7 +34,7 @@
|
||||
let galleryFrame = 0;
|
||||
|
||||
let calculateWidth = function () {
|
||||
width = Math.min(maxWidth, window.innerWidth * 0.8);
|
||||
width = Math.min(maxWidth, document.documentElement.clientWidth * 0.8);
|
||||
height = width * aspectY / aspectX;
|
||||
frameWidth = width + borderWidth * 2;
|
||||
frameHeight = height + borderWidth * 2;
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
<div style="max-width: 30%; width: {{page.icon_width}}; background: #FFF; z-index: -1; margin-right: 18px; float: left">
|
||||
<img src="{{page.page_icon}}" style="width: 100%;background: #FFF; z-index: -1;
|
||||
float: right" />
|
||||
<div>
|
||||
<p style="font-size: 10px; text-align: right; color: #888">Generated by DALL-E 2</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user