Hi, I've resolved with cache. This site is used for testing only, the main site is
www.bitspec.com, so, if you still want the access to admin part is ok, but you have to tell me all the changes you will do, because on the live site I have to re-make them.
Here is the Smartbook link:
feaa.ucv.ro/bitspec/index.php?option=com_arismartbook&view=book&bookId=2&Itemid=1269
So, I've observed a strange behaviour of the flipbook.
In Mozilla, when I use Inspect element function, I notice a huge height of my flipbook
element {
position: absolute;
overflow: visible;
perspective-origin: 0% 50%;
z-index: 0;
display: none;
width: 458px;
height: 16376px;
top: 0px;
right: 0px;
left: auto;
}
The images are 600 x 800 (H x W), I thought that in image mode the scalling is done by default to make the smartbook readable.
Could you help me?