End of Support for Joomla 3 - Forum closed

Video full size

Replied by joomlaplates on topic Video full size

Posted 10 years 3 weeks ago #14119
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.

Please Log in or Create an account to join the conversation.

Replied by reycisco on topic Video full size

Posted 10 years 3 weeks ago #14122
p
Last Edit:9 years 11 months ago by reycisco
Last edit: 9 years 11 months ago by reycisco.

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Video full size

Posted 10 years 3 weeks ago #14123
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?

Please Log in or Create an account to join the conversation.

Replied by reycisco on topic Video full size

Posted 10 years 3 weeks ago #14124
p
Last Edit:9 years 11 months ago by reycisco
Last edit: 9 years 11 months ago by reycisco.

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Video full size

Posted 10 years 2 weeks ago #14148
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

@media (min-width: 1400px) {
.hidden-slide {
display: none;
}
}

Last Edit:10 years 2 weeks ago by joomlaplates
Last edit: 10 years 2 weeks ago by joomlaplates.

Please Log in or Create an account to join the conversation.

Replied by reycisco on topic Video full size

Posted 10 years 2 weeks ago #14151
p
Last Edit:9 years 11 months ago by reycisco
Last edit: 9 years 11 months ago by reycisco.

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum