lightbox Questions
9
I've used vh (viewport units) css in one of my projects but in mobile safari it doesn't work. It seems like Safari doesn't know what to do with vh, but it works fine in other browsers. I would like...
Baudelaire asked 22/4, 2014 at 14:58
4
Solved
Is there any way to display the Autocomplete result set above the text input?
The problem is that I am using it in a lighbox application. The background element being set to 100% of the pages' he...
Jurdi asked 16/7, 2012 at 9:41
10
Solved
I have been trying for a couple of days now to configure my thumbnail gallery so all the images appear the same height and width. However, when I change the CSS code to,
max-height: 150px;
max-widt...
23
Solved
I've been searching for a "lightbox" type solution that allows this but haven't found one yet (please, suggest if you know of any).
The behavior I'm trying to recreate is just like what you'd see ...
2
how can I set a iframe size (in my case - featherlight iframe playing youtube) to be a percentage of the browser windows ?
I have a browser that may be any size, and I want to set the iframe width...
1
I have a question about a lightbox see my jsFiddle.
Clicking on one of the images opens a bigger version of the painting as a page overlay.
How to use the ESC key to close this page overlay?
And ...
Saltish asked 8/1, 2012 at 9:3
3
I am trying to open each of my photos in a Javascript/CSS lightbox upon each of the photos being clicked.
At the moment, only the first photo in my list of photos is opening up in the lightbox. T...
Iorgos asked 8/3, 2019 at 22:50
2
I have a tumblr blog whit infine scrolling and magnific-popup to visualize the image.
When I scroll to the bottom and load new posts, magnific-popup doesn't works in the new posts loaded but only ...
Lunette asked 20/5, 2014 at 13:28
6
I am using jQuery litebox. After adding JS and CSS files I got this error TypeError:
$(...).on is not a function at this line in js file
"return $('body').on('click',
'a[rel^=lightbox], area[r...
Dodger asked 27/3, 2013 at 22:0
2
Solved
I have this wordpress site and its using WPBakery, what I am trying to do is disable PrettyPhoto and enable Lightbox using Responsive Lightbox & Gallery.
I was able to disable PrettyPhoto by a...
4
Solved
I'm building a lightbox as a school project, and I can't use jQuery. I've got an image. When you click it, Javascript makes a transparent div with the ID "overlay". I want the div to remo...
Enjambment asked 27/3, 2013 at 0:49
7
Solved
$.getScript('ajax/test.js', function() {
alert('Load was performed.');
});
.. like the above code which loads an external JS on request, is there something similar available to load an external ...
3
Solved
I've seen a few posts here and around the interwebs explaining how to create a custom Facebook share dialog box for my website.
But I have found a few differences from the average situation to min...
4
I'm new to jQuery and I need to replace a part of an A HREF attribute in a link. More specifically, a piece of code that will remove the "-h" from "s1600-h" for a lightbox application:
In other ...
Carver asked 16/10, 2010 at 6:23
5
I'm currently using prettyPhoto on a site I'm working on but have run into a small problem on mobile devices.
The plugin has the option "allow_resize: false" which disallows resizing the photos b...
Sicanian asked 8/12, 2012 at 15:4
9
Solved
I'm trying to make this jquery plugin => http://leandrovieira.com/projects/jquery/lightbox/
work with multiple galleries on the same page.
The problem is, everytime I click on a picture from a cer...
Sycosis asked 12/1, 2010 at 18:18
1
Solved
I have an image that when clicked, will open up in a lightbox (script from http://lokeshdhakar.com/projects/lightbox2/) and what I want to do is disable that from happening when a button is switche...
Jetliner asked 19/5, 2016 at 3:18
2
Solved
i'm editing an AngularJS project and i want to add a backdrop (like Bootstrap Modal) over the main DIV when users click on search input box.
Here is the HTML code:
<div class="main-box">...
5
Solved
I've been through the excellent documentation for this and it's great.
http://dimsemenov.com/plugins/magnific-popup/documentation.html
I have the basic pop up working fine.
My problem is with the...
Perbunan asked 28/6, 2013 at 19:2
2
Solved
I currently have a form within a lightbox frame on my webpage. When a user submits the form with invalid data, a div appears with a list of form errors at the top of the form. The problem is: I nee...
Knowledge asked 3/6, 2011 at 8:20
1
I am working in embedded adaptive preapproval payment now the issue I am facing is how to implement preapproval payment using light box.
I have implemented pay action by setting paykey using light...
Misadvise asked 16/5, 2013 at 7:42
2
I have searched enough in the Stackoverflow and i could not able to find a thread to answer my question.
Below is my scenario,
function openVideo(videoid,urlid){
var videourl = 'http://localhost...
Teflon asked 25/1, 2013 at 12:26
4
Solved
I am using a jQuery light box plugin on a bootstrap site. It has box-sizing: border-box set via universal selector.
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing:...
Isomeric asked 12/10, 2012 at 17:1
2
im using jwplayer
i want the users to view the videos but not download them
generating hashed url of videos was the one i found to do it
im using lighttpd mod on the server that creates the hash, a...
5
Solved
I want to show the contents of a hidden div in a light box when the page loads.
How can I do this with color box?
What I'm not understanding:
Do I need to use their CSS files? Which ones, where ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.