建築知識2020年3月号にて挿絵を描きました。
-
-
-
建築知識2020年3月号
document.addEventListener('DOMContentLoaded', function () {
const images = document.querySelectorAll('.wp-block-image a');
if (images.length > 1) {
images.forEach(function(el) {
el.setAttribute('rel', 'lightbox-gallery');
});
}
});