Title: Firefox problem
Last modified: July 22, 2021

---

# Firefox problem

 *  Resolved [eliza44liz](https://wordpress.org/support/users/eliza44liz/)
 * (@eliza44liz)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/firefox-problem-16/)
 * Hi, support team,
 * I have a problem with video gallery.
 * There’s only a problem with Firefox. I use the Space Gallery, and it has 15 videos,
   but only 12 of them I can see.

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

 *  Plugin Author [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * (@totalsoft)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/firefox-problem-16/#post-14692729)
 * Hello, dear eliza44liz.
 * Thank you for contacting us and for reporting your problem.
 * To solve your problem, edit our Total-Soft-Gallery-Video-Widget.php file. Find
   code in line 5140-5144.
 *     ```
                  display: grid;
                  grid-column-gap:  <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_03;?>px;
                  grid-template-columns: repeat(<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>, 1fr);
       ```
   
 * Please edit the code and write like this.
 *     ```
                  display: grid;
                  grid-column-gap:  <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_03;?>px;
                  grid-template-columns: repeat(<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>, 1fr);
       ```
   
 *  Plugin Author [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * (@totalsoft)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/firefox-problem-16/#post-14692733)
 * Find code in line 5167.
 *     ```
                     -webkit-column-count: 2;
                       -moz-column-count: 2;
                       column-count: 2;
       ```
   
 * Please edit the code and write like this.
 * `grid-template-columns: repeat(2, 1fr);`
 * Thank You.
    Sincerely, Total-Soft

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

The topic ‘Firefox problem’ is closed to new replies.

 * ![](https://ps.w.org/gallery-videos/assets/icon-128x128.png?rev=2857063)
 * [Video Gallery - YouTube Gallery, Vimeo, Video Portfolio, Image Portfolio and Image Gallery](https://wordpress.org/plugins/gallery-videos/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gallery-videos/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-videos/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-videos/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-videos/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-videos/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/firefox-problem-16/#post-14692733)
 * Status: resolved