I have list of images in json format, and want to make an image gallery, but not with full features. Basically all I want is to display 4 pictures next to each other with 2 rows. And when the user clicks the thumbnail sees the large picture. How would I go about doing this.
If you're wanting to create an image gallery then everything you need is here:
http://dev.sencha.com/deploy/ext-4.0.0/examples/view/data-view.html
Related
I'm building a simple app to take pictures of events in React Native. and am stuck on a problem.
I want to submit a photo album to a database to be displayed later. The album will include -- Album Name, Album Description, and Photos... but I'm having a hard time visualizing how to select multiple photos from the camera roll, manipulate them, submit them to a db.
I tried to figure out an order of how I would do accomplish this..
Create new event
Add event name
Add event description
Click button > Open Gallery
Select Multiple photos
Save photos to cache and display thumbnails in "Preview" component
Submit "Event" and photos to DB.
Am I even close? Any link to an article, or anything to point me in the right direction would be greatly appreciated.
You can these two libraries to easily complete your task.
https://github.com/react-community/react-native-image-picker ( For selecting multiple images from camera roll)
https://github.com/wkh237/react-native-fetch-blob (For uploading images )
enter image description here i have a Json data which contains various video url and i want to show the video on mouse click on a respective link and wants to hide the rest of video url at the same time.
enter image description here
Here as shown in my third image, i want that if i am clicking on angular1 link then, the rest of the data that is angular2 must get hide and i should only see the video that i have in angular1 but i am unable to do that.
well Alok as per your image it seems like you wanted a expand collapsable menu and when user click on that data bind accordingly and rest of the data (div) hide, have a look at the below link :
" https://codepen.io/jasoncluck/pen/iDcbh "
I hope it helps.
I installed the Views Module and I am trying to display a picture in the content type(menu item with title and picture) but when I add the image field from the content type named 'menu item' to the view it is not showing up? I dont understand why?
I solved this problem by adding a 'relationship' on the far right hand side of the views ui. You have to select the image with the same machine readable name and link that to the image your are trying to display and hopefully itll work out. This stumped me for like 3 or 4 hours. grrrrrr!
I am using drupal7.12 cms. I have created menu. Menu have sub categories and i have inserted some stories. Issue is that, Images are displayed only on front page of site not on inner pages for that all stories.
If i set any of article to front page image will display for that article on front page. But when i want to read whole story it not showing image. Also when i click on any category then also it only shows text and alternative text for images.
I have stored all images in following folder "/sites/all/images/" Please help.... Thanks.
I am using JD Events template from http://www.joomlart.com/
It may be that you need adjust the display for your content type. Assuming you are using the article content type go to http://yoursite.com/admin/structure/types/manage/article/display and check the settings for your image field.
I am in designing the site something like hardrock memorabilia using slverlight DeepZoom.. And i have managed to create dynamic static image lists and it was working fine with all the zoom & Pan features..
But i wanted get the id or name of the clicked image to display the Information balloon around the selected image.. (Kind of highglighting)... Based on the image id i will hit the DB and get the image dtails..
can somebody help me out this???
,
I have found a way to achive this one.. and i have explained this here.. how-to-add-graphics-on