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.
@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%;
}
}