Hello,
1. You can add the following CSS rules to "Custom CSS" parameter from "Style" tab on "ARI Fancy Lightbox -> Settings" page:
Code: |
@media screen and (min-width: 800px) {
body .fancybox-thumbs {
bottom: 0;
top: auto;
height: 100px;
width: 100%;
}
body .fancybox-show-thumbs .fancybox-inner {
right: 0;
bottom: 100px;
}
body .fancybox-thumbs>ul>li {
height: 96px;
}
}
|
You can modify the code for your needs.
2. Sorry, it is out of support. This requires creating of custom javascript code.
Regards,
ARI Soft