x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<style>
div.vf-slide-viewer-macro {
width: 70vw;
}
div.vf-slide-outer {
width: unset !important;
height: 95% !important;
margin: auto;
}
img.vf-slide-image {
width: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
div.vf-slide-viewer-macro {
width: 95vw;
}
}
</style> |
OneValley