News Show Pro GK5 - video popup

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 03, 2015 8:27 pm
Reply with quote
Report this post
Hello,
On my develop page I use News Show Pro GK5 for articles with video, like on demo site for news2.
http://www.gavick.com/demo/joomla25/news2/
And I want to ask how to make this module responsive for pop-up video.
Thanks in advance.
User avatar
Junior Boarder

teitbite
Sat Feb 07, 2015 11:22 am
Reply with quote
Report this post
Hi

Try add this code to override.css:

Code: Select all
@media only screen and (max-width:810px) {
#sbox-window.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    left: 2.5% !important;
    max-width: 90% !important;
    padding: 2.5%;
    width: 90% !important;
}

#sbox-window #sbox-content {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
}

#sbox-window #sbox-content iframe, 
#sbox-window #sbox-content object, 
#sbox-window #sbox-content embed,
#sbox-window #sbox-content img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
}


show me the site when You will add this code to it.
User avatar
Moderator


cron