By Josh Lewis on Thursday, 18 September 2014
Posted in General Issues
Replies 5
Likes 0
Views 476
Votes 0
Not sure if this is intentional, but right now it's kinda hard to access a popbox image with right click. Here's what it currently displays:



This is caused by this little snippet of code:

<div class="es-photo-tag-viewport" data-photo-tag-viewport="" style="top: 0px; left: 464px; width: 612px; height: 459px;">
</div>


This is what it should ideally display upon right click:



This allows for easier sourcing of images and saving them. When sourcing I have many cases where I don't want the original, the popbox displays the large which is perfect for many cases.
Hello Josh,

This is actually intentional as we are using background for the image. We might consider switching this in the future but as of now, if you want to download the image, you should use the tools on the popbox.
·
Friday, 19 September 2014 00:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark, you may want to re-check that. I believe Jensen swapped it out a while back, it now uses a responsive img tag. When using firebug I can remove the picture by simply removing the img tag. I already knew about image download, this is more about external sourcing. Especially for placing on articles.
·
Friday, 19 September 2014 03:17
·
0 Likes
·
0 Votes
·
0 Comments
·
@Josh I actually like it this way, but we all have our preferences
·
Friday, 19 September 2014 08:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I suppose I can use this for now:

.es-photo-tag-viewport {
display: none;
}
·
Friday, 19 September 2014 09:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this
·
Tuesday, 23 September 2014 02:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post