-
Celso replied to the topic Scrolling Mobile Background Image in the forum Cian – HTML Template 8 years, 10 months ago
Hola
Esa solución funciona, pero hace que la imagen se estire y se distorsione. Sin embrago, he encontrado una solución que pudiera incluir en su plantilla.
En index.html
<body>
<div id=”bgimg”></div>
…
</body>En style.css
.poster-image {
background: url(../images/bamboo-background.jpg);
background-repeat: no-repeat;
background-size: c…[Read more] -
Celso replied to the topic Scrolling Mobile Background Image in the forum Cian – HTML Template 8 years, 10 months ago
Hola
Estuve verificando su plantilla original y ocurre lo mismo. La imagen de fondo hace scroll con toda la página en la versión mobile de la plantilla index_video.html.
Gracias,
Celso -
Celso replied to the topic Scrolling Mobile Background Image in the forum Cian – HTML Template 8 years, 10 months ago
Hola
¿Ha podido echarle un vistazo a este problema?
Mucha gracias,
Celso -
Celso replied to the topic Scrolling Mobile Background Image in the forum Cian – HTML Template 8 years, 10 months ago
Hi,
The problem is not on the images template, it’s on the video template and on the mobile / responsive settings. Please, take a look at my website on a mobile phone (iOS preferably) and do a scroll. You would notice that the <body> background image will scroll with the page and when you get to a section where you would see the background, you…[Read more]
-
Celso started the topic Scrolling Mobile Background Image in the forum Cian – HTML Template 8 years, 10 months ago
Hi,
I’m using the video version of the template. When in mobile the body background image does not stay static and scrolls with the content. This will show no background at the middle an end of the page. How can I make the image static so it covers the whole viewport?
I have tried background-position: fixed; but what it does us stretch the image…[Read more]
-
Celso replied to the topic How to add an inline Magnific-Pop? in the forum Cian – HTML Template 9 years ago
Muchas gracias, traté la versión de Bootstrap y funcionó muy bien.
-
Celso replied to the topic How to add an inline Magnific-Pop? in the forum Cian – HTML Template 9 years ago
This is the link: https://www.flooxa.com/index_offline.html
I’ve read on the magnific site how to implement it. I did notice your implementation on the custom.js, but I’m not entirely sure how to make it work with the inline or iframe mode.
-
Celso started the topic How to add an inline Magnific-Pop? in the forum Cian – HTML Template 9 years ago
How to I add a inline Magnific-Pop to the template?
I have included the call in the head:
<script type=”text/javascript”>
$(‘.open-popup-link’).magnificPopup({
type:’inline’,
midClick: true // allow opening popup on middle mouse click. Always set it to true if you don’t provide alternative source.
});
</script>The link:
-
Celso became a registered member 9 years ago