Hi
I bought J51_Elvira and have a general question about something
I want to know if is possible to make the header (where the pics show as slideshow) to make wide 100% and height 100%, I mean to make to take the resolution for screens automatic when someone enter to my site, if someone has screen resolution 1280x900 the header slideshow take that resolution or 1920x1080 automatic resize horizontal and vertical.
Hope I have explain question
J51_Elvira
- Issue
- luisantos
-
- Commercial Templates
- Thursday, 26 April 2018
- Subscribe via email
Hello
Presuming I understand you correctly, you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...
Ciarán
Presuming I understand you correctly, you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...
#container_slideshow {
height: 100vh;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thanks for the response but is not working, whe I put the custom code it resizes the slideshow zoom and dont fit the screen on height and width, also tried this 2 codes and others:
#container_slideshow {
width:100vw;
height:100vh;
}
#container_slideshow {
width:100%;
height:100%;
}
On Img01 is the normal widht/height form slideshow and Img02 is with the code provided, just dont fit vertical and horizontal screen resolution.
#container_slideshow {
width:100vw;
height:100vh;
}
#container_slideshow {
width:100%;
height:100%;
}
On Img01 is the normal widht/height form slideshow and Img02 is with the code provided, just dont fit vertical and horizontal screen resolution.
- more than a month ago
- Commercial Templates
- # 2
Hello
I may misunderstand your query. Could I ask you to provide a screenshot of indicating what you wish to achieve?
Ciarán
I may misunderstand your query. Could I ask you to provide a screenshot of indicating what you wish to achieve?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Thanks for help me
On Img1920x1080 is how the slideshow is normal with 1920px width and 700px height, stablished on styling template configuration, my screen resolution is 1920x1080px, when I resize the explorer window it takes the size for width automatic, but not the height, I need if is possible than the slideshow take automatic sizes width and height, not zoom the slideshow. as show in Img1024x768 (taken for a resized screen with cursor)
On Img1920x1080 is how the slideshow is normal with 1920px width and 700px height, stablished on styling template configuration, my screen resolution is 1920x1080px, when I resize the explorer window it takes the size for width automatic, but not the height, I need if is possible than the slideshow take automatic sizes width and height, not zoom the slideshow. as show in Img1024x768 (taken for a resized screen with cursor)
Attachments (2)
- more than a month ago
- Commercial Templates
- # 4
Thank you
Does the following Custom CSS get you closer to the desired result?
Ciarán
Does the following Custom CSS get you closer to the desired result?
#container_slideshow {
padding-top: 55%;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi ciaran
Yes, that code get me too closer to the desired result, you can check at the url...
When i resize the window it gets the closer size too...
Yes, that code get me too closer to the desired result, you can check at the url...
When i resize the window it gets the closer size too...
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »