Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Size of the Vimeo player
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Size of the Vimeo player
#70850
Size of the Vimeo player 1 Year, 2 Months ago Karma: 0
Hi,

I try to figure out how I can resize or downsize the (Vimeo) videoplayer, depending on screen sizes.
Can you help me with the correct class or selector.

Thank you - Tom
The administrator has disabled public write access.
 
#70861
Re:Size of the Vimeo player 1 Year, 2 Months ago Karma: 0
To explain it a little bit more: for big screens the vimeo player should be 50% of the screen size, for mobile 100%.. any ideas?
The administrator has disabled public write access.
 
#70864
Re:Size of the Vimeo player 1 Year, 2 Months ago Karma: 748
Hello,

Do you want to limit max-width/max-height for small screens? If yes, you can add the following code to "ARI Fancy Lightbox -> Settings -> Style -> Custom CSS" parameter:

Code:


@media (max-width: 1280px) {
  .fancybox-slide--video .fancybox-content {
     max-width: 50%;
     max-height: 50%;
  }
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#70866
Re:Size of the Vimeo player 1 Year, 2 Months ago Karma: 0
Great! Thank you !!!
The administrator has disabled public write access.
 
Go to topPage: 1