3D FlipBook - Hello, the flip book looks very big: https://prnt.sc/n82nd8 How can I make it smaller so that it fits in the page?

A***t@cecn.net
2019-08-08
2019-08-08

Hello, the flip book looks very big: https://prnt.sc/n82nd8 How can I make it smaller so that it fits in the page?

Replies

a***r@3dflipbook.net
2019-08-08
2019-08-08
A***t@cecn.net
2019-08-08
2019-08-08

And how can I use the flipbook on wp bakery (visual composer)

a***r@3dflipbook.net
2019-08-08
2019-08-08

Use a shortcode: like here https://www.youtube.com/watch?v=1ZC5jEUVfJA

A***t@cecn.net
2019-08-08
2019-08-08

Great, now I have another issue, some of the catalogs take a very long time to load when I open them: http://trivium-sa.com.ar/catalogos/ do you know why this happens?

A***t@cecn.net
2019-08-08
2019-08-08

I don’t understand, how can I solve this issue?

a***r@3dflipbook.net
2019-08-08
2019-08-08

Now it is working….

A***t@cecn.net
2019-08-08
2019-08-08

yes but I had to re-upload manually one by one the PDFs, isn’t there another way to solve this?

a***r@3dflipbook.net
2019-08-08
2019-08-08

yes, you need to add in your .htaccess file:

# CORS for PDFs
<IfModule mod_headers.c>
<Files ~ ".*.pdf$">
Header add Access-Control-Allow-Origin "*" 
Header add Access-Control-Allow-Methods "GET" 
Header add Access-Control-Allow-Headers: "Range" 
Header add Access-Control-Expose-Headers: "Accept-Ranges, Content-Encoding, Content-Length, Content-Range" 
</Files>
</IfModule>
Log In to leave a comment