 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
July 3, 2013 at 9:17 am #25666Hey! I’m facing troubles to make a custom html element (Lightbox) reponsive in layer slider ! Here’s my code: <a><img src="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" alt="Qualistream Video" /></a>The image’s size is 640x370px Any tips about how making this responsive ? rsonrier July 3, 2013 at 9:19 am #127777`<a style=” href=”http://www.youtube.com/watch?v=b6mSKONWmZo” rel=”prettyPhoto” title=”QualiStream Overview”><img src=”wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg” alt=”Qualistream Video” /></a>’ July 5, 2013 at 3:43 am #127778Hi, The reason you are having problems is that you forgot to add the lightbox. Here is the code for image <a href='wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg data-rel="gallery-1" data-prev-img="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" class="first_thumb lightbox" data-onclick="1" title="Global Anglais" rel="lightbox[gallery-1]">
 <img src="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" title="Global Anglais" alt="Global Anglais">
 </a>and here is for video. <a href="http://www.youtube.com/watch?v=b6mSKONWmZo" data-rel="gallery-1" data-prev-img="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" class="first_thumb lightbox" data-onclick="1" title="Global Anglais" rel="lightbox[gallery-1]">
 <img src="image for youtube" title="Global Anglais" alt="Global Anglais">
 </a>This is built into the theme. I am not sure why you are adding it manually. Thanks, Nick July 9, 2013 at 7:34 am #127779Hi Nick, I finaly solve my problem by using this code : <a href="http://www.youtube.com/watch?v=b6mSKONWmZo" rel="prettyPhoto" title="QualiStream Overview"><img src="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" alt="Qualistream Video" /></a>Thanks for your help July 9, 2013 at 3:30 pm #127780Glad you were able to crack the equation. Enjoy the theme! Thanks, Nick July 9, 2013 at 3:52 pm #127781
- 
		AuthorPosts
- The topic ‘Lightbox Element not responsive in LayerSlider’ is closed to new replies.
