src/export.html [291:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
img.style = 'max-width: 100%; max-height: 100%';
imgContainer.style =
'height:200px; display: flex; align-items: center; justify-content: center';
description.style =
'word-break: break-all;background-color: #eee;margin: 0;padding: 10px;border-top: 1px solid #e5e5e5;text-overflow: ellipsis; white-space: nowrap; overflow: hidden';
div.style =
'margin: 10px;max-width: 250px;border: 1px solid #e5e5e5;border-radius: 0.25rem;';
imgContainer.appendChild(img);
div.appendChild(imgContainer);
div.appendChild(description);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/export.html [362:371]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
img.style = 'max-width: 100%; max-height: 100%';
imgContainer.style =
'height:200px; display: flex; align-items: center; justify-content: center';
description.style =
'word-break: break-all;background-color: #eee;margin: 0;padding: 10px;border-top: 1px solid #e5e5e5;text-overflow: ellipsis; white-space: nowrap; overflow: hidden';
div.style =
'margin: 10px;max-width: 250px;border: 1px solid #e5e5e5;border-radius: 0.25rem;';
imgContainer.appendChild(img);
div.appendChild(imgContainer);
div.appendChild(description);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -