Changeset 3332459
- Timestamp:
- 07/22/2025 06:27:17 PM (8 months ago)
- Location:
- easy-video-call/trunk
- Files:
-
- 3 edited
-
assets/public/css/evcmain.css (modified) (2 diffs)
-
easy-video-call.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-video-call/trunk/assets/public/css/evcmain.css
r3326418 r3332459 11 11 padding: 10px; /* Reduced padding */ 12 12 display: none; 13 width: 100 %;13 width: 100vw; 14 14 box-sizing: border-box; /* Ensure padding is included in width */ 15 15 } … … 121 121 flex-direction: row; /* Stack videos vertically on smaller screens */ 122 122 max-height: calc(100vh - 300px); /* Adjust max-height for mobile */ 123 min-height: 200px!important; /*Remove min-height to allow full stack */123 /* min-height: 200px!important; Remove min-height to allow full stack */ 124 124 } 125 125 .video-container { 126 126 width: 49%!important; /* Full width on small screens */ 127 127 min-width: unset; 128 min-height: 2 00px!important;128 min-height: 250px!important; 129 129 } 130 130 #evc-stream-controls { -
easy-video-call/trunk/easy-video-call.php
r3326418 r3332459 4 4 Plugin URI: https://getwebexperts.com/easy-video-call 5 5 Description: Easy Video Call is a simple plugin for making video call easily. To display the video call option simply add this [easy-video-call] shortcode inside your desired location. 6 Version: 2.0. 16 Version: 2.0.2 7 7 Author: Get Web Experts 8 8 Author URI: https://getwebexperts.com/ -
easy-video-call/trunk/readme.txt
r3326424 r3332459 5 5 Requires at least: 4.7 6 6 Tested up to: 6.8.1 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.