I am trying to get my vimeo video to show up and I keep getting the spinning icon when I click on the post link. I am using the latest version of prettyPhoto and Wordpress 3.1.1. Can you help?
spinning icon
(5 posts)
(2 voices)
-
Posted 1 year ago #
-
Hi,
Actually, you have to write the full URL to the Vimeo video. Apparently, you have entered:
vimeo.com/19087032You need:
Try that and let us know the results.
Posted 1 year ago # -
That worked but is there a way to set the size to 480 x 640? When I click on READ MORE, the linked post page displays the video at the size I want it to (embedded short code in the post) but when I click on the actual thumbnail and the prettyPhoto box pops up, the video has black bars and is the wrong size.
Posted 1 year ago # -
Hi,
Go to the theme folder and open the file "lib/scripts/custom.js". In line #233 you will find this code:
/* * prettyPhoto */ jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox']").prettyPhoto({ overlay_gallery: false, "theme": 'light_rounded' /* light_square / dark_rounded / light_square / dark_square */ });Replace it with:
/* * prettyPhoto */ jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox']").prettyPhoto({ overlay_gallery: false, theme: 'light_rounded', default_width: 500, default_height: 344 });Replace "500" and "344" with your desired values.
Try that out and let us know the results.
Posted 1 year ago # -
That worked! You guys are great!
Posted 1 year ago #
Reply
You must log in to post.













