• Resolved jackied97

    (@jackied97)


    We use grid gallery. When we write a long text in the description there appears scroll. How can we do so that the scroll does not appear?

Viewing 2 replies - 1 through 2 (of 2 total)
  • We are using the innovative theme Divi from company Elegant, WordPress 5.0.3 and PHP 7.3

    Yea, we need another possibility to show the video description. Our suggestion would be that the title of a video can be stand over them and the description under the video.
    And for the description part the lines can be dynamic from one up to four lines (dynamic height) to display necessary video information
    -> example: https://wpsofts.com/grid-kit-demo/vimeo-video-gallery/

    And what it would be nice too is when the video is running that the same description will be display under the streaming view too
    -> https://ps.w.org/cool-video-gallery/assets/screenshot-1.png?rev=1404217

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear jackied97 and kuksupportteam.

    To solve your problem, please edit the Widget.php file of our plugin. Please find this code:

    .slideshow<?php echo $Total_Soft_Gallery_Video; ?> figcaption .TotalSoft_GV_GG_SP { overflow-x: hidden; margin-top: 5px; padding-right: 10px; max-height:80px; }

    There, change and write like this

    .slideshow<?php echo $Total_Soft_Gallery_Video; ?> figcaption .TotalSoft_GV_GG_SP { overflow-x: auto; margin-top: 5px; padding-right: 10px; height:50px; }

    In the next version we will correct the problem.

    Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘lightbox scrolling’ is closed to new replies.