Plugin Directory

Changeset 3332459


Ignore:
Timestamp:
07/22/2025 06:27:17 PM (8 months ago)
Author:
mukulwp
Message:

Solved responsive issue

Location:
easy-video-call/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-video-call/trunk/assets/public/css/evcmain.css

    r3326418 r3332459  
    1111    padding: 10px; /* Reduced padding */
    1212    display: none;
    13     width: 100%;
     13    width: 100vw;
    1414    box-sizing: border-box; /* Ensure padding is included in width */
    1515}
     
    121121        flex-direction: row; /* Stack videos vertically on smaller screens */
    122122        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 */
    124124    }
    125125    .video-container {
    126126        width: 49%!important; /* Full width on small screens */
    127127        min-width: unset;
    128         min-height: 200px!important;
     128        min-height: 250px!important;
    129129    }
    130130    #evc-stream-controls {
  • easy-video-call/trunk/easy-video-call.php

    r3326418 r3332459  
    44Plugin URI: https://getwebexperts.com/easy-video-call
    55Description: 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.1
     6Version: 2.0.2
    77Author: Get Web Experts
    88Author URI: https://getwebexperts.com/
  • easy-video-call/trunk/readme.txt

    r3326424 r3332459  
    55Requires at least: 4.7
    66Tested up to: 6.8.1
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.