VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

JF Slideshow (youtube) only in Desktops
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: JF Slideshow (youtube) only in Desktops

JF Slideshow (youtube) only in Desktops 29 Aug 2013 11:36 #2860

hello people. I have a question:

How I could use JF Slideshow (youtube video) only in desktops, I don't want it in samrtphones and tablets.

I've tried to use the bootstrap class .hidden-phone and .visible-desktop, but they haven't worked.

thanks

  • Posts:1
  • flaman
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: JF Slideshow (youtube) only in Desktops 03 Sep 2013 10:50 #2879

You can do it with CSS media querys, for example if media screen and widht max 780then should be visible:

 
 
div.videoclass { display: none; }
 
@media (max-width: 780px) {
div.videoclass { display: block; }
}
 

  • Posts:502
  • theres no place like joomfreak.com
  • m.freak
  • Platinum Boarder
  • OFFLINE
  • Karma: 0

Re: JF Slideshow (youtube) only in Desktops 13 Oct 2013 12:24 #3147

Sorry but I don't find the "div.videoclass { display: none; }" CSS code...

Where is it?

Thanks

  • Posts:2
  • fadege
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: JF Slideshow (youtube) only in Desktops 14 Oct 2013 10:36 #3160

"videoclass" is only example, you may find right name of the class.

  • Posts:502
  • theres no place like joomfreak.com
  • m.freak
  • Platinum Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.76 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.