End of Support for Joomla 3 - Forum closed
Video full size
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Sorry, dont know what do you want to customize!!
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
p
Last Edit:8 years 4 months ago
by reycisco
Last edit: 8 years 4 months ago by reycisco.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Sorry I am confused.
1.) You have a background video
2.) You have a slideshow over the video
And now you want to disable the slideshow in smaller screen? I am right?
1.) You have a background video
2.) You have a slideshow over the video
And now you want to disable the slideshow in smaller screen? I am right?
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
p
Last Edit:8 years 4 months ago
by reycisco
Last edit: 8 years 4 months ago by reycisco.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
I told you this always in another thread. You can do this with media queries
developer.mozilla.org/en-US/docs/Web/CSS.../Using_media_queries
Add this code to your css/custom.css
Now the div element with this css class > hidden-slide is hidden when the screen is smaller then 1400px
developer.mozilla.org/en-US/docs/Web/CSS.../Using_media_queries
Add this code to your css/custom.css
Now the div element with this css class > hidden-slide is hidden when the screen is smaller then 1400px
@media (min-width: 1400px) {
.hidden-slide {
display: none;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:8 years 5 months ago
by joomlaplates
Last edit: 8 years 5 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
p
Last Edit:8 years 4 months ago
by reycisco
Last edit: 8 years 4 months ago by reycisco.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates