Most voted "gallery" questions
None
Learn more…38 questions
Sort by count of
-
7
votes1
answer6022
viewsHow to crop a gallery image or photo taken by the camera, save and upload to an imageView
I would like to know how to cut an image from the gallery or photo taken by the camera, save and upload to a imageView, to be able to do that for the gallery option of intent, but for the camera…
-
4
votes2
answers618
viewsGrid styling for gallery using flex display
Well, I’m trying to create a gallery, display:flex, how can I accomplish this? I thought about using the float, but I remembered that the flex display ignores any float :/…
-
4
votes1
answer621
viewsHow to have two or more dynamic filters in the same product group with Javascript?
The code works on the first filter but when I choose the second filter it performs a new search and ignores the first one. How do I get the filters to work simultaneously. Follows the code…
-
3
votes1
answer2284
viewsUsing Imagemview to upload gallery photo
I want to make a program that I upload a photo to a ImagemView from the Android gallery. I need a code to open the gallery and save the image as if it were a profile.
-
3
votes1
answer488
viewsHow to grab an image from the gallery and maintain orientation (portrait/landscape) on android
I have an app that takes images from the gallery android, but on some devices the orientation of the image is changed, I would like to know how to maintain the original orientation of the image.…
-
3
votes2
answers836
viewsPop-up gallery of images
I have in an HTML file this: And I wanted when you click on one of the images to pop up a slide of images, like a gallery. Something like this http://www.monocapa.pt/portfolio.php, someone knows how…
-
3
votes1
answer243
viewsCreation of CSS Gallery
I’m trying to create a gallery that I believe is simple, but it’s giving me a lot of work and I’m not able to do it. I would like to know how I can do it and if you have any tips or useful…
-
3
votes1
answer1502
viewsHow to save a gallery image and click on Activity?
I would like to know how to save a gallery image and click on Activity in version 2.3.3 of the Eclipse emulator, because my code only works when I test on my Android device 4.1 and even then when I…
-
2
votes2
answers871
viewsListing images within a directory
I want to list the images from a directory, but I’m not getting it. You’re listing the right amount and everything, but the images don’t appear. <?php $path =…
-
2
votes1
answer524
viewsQt and Android - Take the path of a gallery image
I’m developing a code to get an image of Galeria do Android. I’m using QtAndroid to write in Qt a code equivalent to java. I already opened the gallery, selected the image and received the path, but…
-
2
votes3
answers96
viewsAndroid how to remove "Photos" option from the options selector and leave only "Camera" and "Gallery" options
I would like to know how to remove the option "Photos" from the options selector and leave only the options "Camera" and "Gallery". As well as not working, it is unnecessary since the "Gallery" does…
-
2
votes1
answer618
viewsPermission denied when accessing gallery image
I need to allow the user to choose an image from the gallery and for that I am trying to get the application to request the user’s permission. I created the variable ok to give permission to the…
-
2
votes1
answer816
viewsWorking with camera and gallery
I am with the following problem, in my application I take a photo and present her in a imageView, but when I take the photo she gets the good quality in the gallery imageView no, if it is a text not…
-
1
votes1
answer114
viewsGaleria Fotografias
I’m having a little trouble making some changes to the photo gallery. http://jsfiddle.net/Qpm5g/ I’d like to make time for the images to play. I wish I could change the buttons to a corner on top of…
-
1
votes1
answer144
viewsResponsiveslides with JSON as Datasource
After much search for a very simple image gallery I ended up finding the Responsiveslides.js which is not only quite simple, but also works satisfactorily in smartphones (even if the latter does not…
-
1
votes1
answer167
viewsHow to make images occupy 100% of the browser
I wanted to know how to have a 'Gallery' like this:(HTML and CSS) http://logiciel-tek.com/demo/html/ether/ether-html/index.html (In the area OUR WOKS) I wanted it to be the same regardless of the…
-
1
votes1
answer1290
viewsYoutube Video Gallery in PHP and/or Javascript
I had a Youtube video gallery that showed up on the screen the last video of a channel, in normal size and then appeared just below 50 more videos in miniature, and when it was clicked on one of…
-
1
votes1
answer199
viewshow to put text in while in php just once
I have an image gallery made with fancybox that all the images that appear come from the database. the gallery is something thus. I have this: <div id="exterior"> <?php $con =…
-
1
votes1
answer184
viewsOpen gallery [CORDOVA]
I have a webview app from my website. In this site has an image upload tab, I need my app to open the people of my mobile, however, it does not open at all. I’ve tried to install some plugins but I…
-
1
votes1
answer61
viewsImporting images from Google to the Android app
I’m building an App in which I want it to allow, through a button, I choose images from the gallery and include and save inside the application. But I have a problem IMAGE_GALLERY_REQUEST because…
-
1
votes0
answers411
viewsHow to load image in Imageview with quality?
Hello, I’m beginner in android programming I am developing an app that loads images from the user’s gallery or camera. After selecting the image I use a Cropintent to cut the image. The problem is…
-
1
votes1
answer41
viewsGallery with skew occupying page width
It’s like, I’m trying to make on my site a section that has 10 degrees of skew, the intention was that this section would occupy 100% of the page width, but when I do skew are the margins coming…
-
1
votes0
answers43
viewsError to popular array, firebase, photo gallery ANDROID STUDIO
I’ve been researching this mistake for three days and I can’t fix it. I’m setting up a photo gallery for my app and need to popular an Array with the photos coming from Firebase to show them in the…
-
1
votes1
answer189
viewsCSS image gallery
I’m trying to make an image gallery for a website, I took a demo that I found on the Internet and I’m trying to edit it, but I would like to modify to the mini-tura of the images to be interspersed,…
-
0
votes1
answer1154
viewsOpen gallery, select and save address in database - Android
I was wondering how I can open the gallery in my android app at runtime, select an image and copy that image to a folder of my application in SD card and save the image path in the database, someone…
-
0
votes2
answers287
viewsLightbox does not cover the entire screen
When I open the image in the lightbox, and I scroll down the page, it looks like this: Can someone help me? my code is as follows: html: <div class="mtlsr-images-for-lightbox"> <ul>…
-
0
votes1
answer195
viewsHow to determine a fixed size for fancybox image gallery?
I’m making an image gallery with the plugin Fancybox.I’m listing the images with PHP, only I have a problem. I will be able to have images with different width and heights, so how will I always…
-
0
votes1
answer62
viewsQML Access the image gallery on iOS and Android
I’m developing an app for iOS and Android and I am facing some difficulties to access the galeria de images of devices with QML. I need to list the image gallery images in one GridView I’ve been…
-
0
votes0
answers70
viewsInput file Multiple taking only 1 image from the gallery
I have a webview app in Ordova. On my website it opens the input file Multiple, already in the app, it opens and can select only 1 image. Someone’s been through it?
-
0
votes0
answers17
viewsError "PHP has not enabled Mysql support" in local host installation
I was trying to install the coppermine gallery on my localhost, I use XAMPP for this. Only in the middle of the installation I came across the following error: PHP has not enabled Mysql support.…
-
0
votes0
answers34
viewsClear directory and then create gallery inside it using php
Good afternoon, I’m creating a file that edits the products' post, only before editing the data and inserting the new ones the customer selected. was to delete the photos from the directory where…
-
0
votes1
answer489
viewshow to make the photo gallery show a photo before clicking on it?
Hello I have a code from a photo gallery but it shows only a white background when opening the page, the photo will only appear when you click on one.. I would like that when opening the page had…
-
0
votes1
answer1135
viewsSimple gallery with javascript
I wanted to make a simple gallery, just to pass images that are inside a folder, but would be several folders, with a number of different images so it would have to be automatic. My code is like…
-
0
votes0
answers74
viewsproblem with gallery to open and close elements
I am developing a photo gallery on my website, when you click on the photo appears a box with a text and a side image, explaining about the image follows a print Clicking on x closes normal however…
-
0
votes1
answer290
viewsPhoto gallery ordered in Python
Good morning I’m developing an image gallery listing them from a directory. What I have to do is separate these images or sort in order of creation. I have a script that generates the images as…
-
-1
votes1
answer317
viewsUpload images "on demand"
On the site I’m developing has a "gallery carrosel" which is nothing more than a slider, where only an image will appear and has arrows for the user to navigate (passes alone the house 5s also)...…
-
-1
votes1
answer420
viewsError in dompdf formatting
Good evening everyone, I wonder if anyone can help me with Dompdf. I am using codeigniter and bootstrap as the basis of the project. I need to generate a PDF with a product gallery, the problem is…
-
-2
votes0
answers42
viewsHow to change to next image by clicking and dragging with mouse or finger?
I need a help on a code, on the products page of my site has a featured image and some Thumbs below, when I click on some Thumb the image appears in the highlighted part using addclass removeclass…