Meet the prestigious Jury of the InterCIDEC 2021 Awards!
The InterCIDEC Awards Jury will meet to choose the winning project of the 6th Edition
The awards ceremony will take place at the Official College of Architects of Malaga
¿Tienes un proyecto profesional entre manos?
En Frajumar acompañamos a interioristas, arquitectos y profesionales del contract en la elección de mobiliario, tapicería y soluciones a medida para espacios con identidad.
<script>
document.addEventListener('DOMContentLoaded', function () {
const space = document.getElementById('frajumar-video-space');
const player = document.getElementById('frajumar-video-player');
const closeButton = document.getElementById('frajumar-video-close');
const iframe = document.getElementById('frajumar-youtube-player');
if (!space || !player) {
return;
}
let floatingClosed = false;
function updateFloatingVideo() {
const position = space.getBoundingClientRect();
/*
* Se minimiza cuando la ubicación original
* ha desaparecido por la parte superior.
*/
const videoHasPassed = position.bottom <= 80;
if (videoHasPassed && !floatingClosed) {
player.classList.add('is-floating');
} else {
player.classList.remove('is-floating');
}
/*
* Al volver a la posición original,
* permitimos que pueda flotar otra vez.
*/
if (position.bottom > 80) {
floatingClosed = false;
}
}
if (closeButton) {
closeButton.addEventListener('click', function () {
floatingClosed = true;
player.classList.remove('is-floating');
/*
* Pausa el vídeo de YouTube al cerrarlo.
*/
if (iframe && iframe.contentWindow) {
iframe.contentWindow.postMessage(
JSON.stringify({
event: 'command',
func: 'pauseVideo',
args: []
}),
'*'
);
}
});
}
window.addEventListener('scroll', updateFloatingVideo, {
passive: true
});
window.addEventListener('resize', updateFloatingVideo);
updateFloatingVideo();
});
</script>
Posts Related
✦ Read the summary version at Choose your preferred AI tool to get a quick summary of this article. ChatGPT
✦ Read the summary version at Choose your preferred AI tool to get a quick summary of this article. ChatGPT
✦ Read the summary version at Choose your preferred AI tool to get a quick summary of this article. ChatGPT
What furniture does a hotel lobby need? Lobby area Main use Recommended furniture Key contract criteria Recepción Check-in, atención al
When a restaurant really wants to stand out, the furniture ceases to be a secondary consideration. It becomes part of
At Frajumar, we see it all the time: the communal areas (lobby, reception, lounges, co-working spaces) are where guests decide
At Frajumar, we have been manufacturing contract furniture made of solid wood for years for spaces that are subject to





